Skip to content

Commit

Permalink
DEV: Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed May 11, 2024
1 parent 4642126 commit 034b948
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased (1.0.0)
## 1.0.0 - 2024-05-11
### Added
- Use `lightning` framework as back end, replaces
`vak.engine.Model`
Expand Down
6 changes: 0 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@
html_logo = "./images/logo/vak-logo-primary.png"

html_theme_options = {
"announcement":
""" 🚧 vak version 1.0.0 is in development! 🚧
📣 Test out the alpha release: <code>pip install vak==1.0.0a3</code>. 📣
For more info, please see
<a href="https://forum.vocalpy.org/t/vak-1-0-0a1-released/55"> this forum post<a>.
""",
"sidebar_hide_name": True,
"light_css_variables": {
"color-brand-primary": "#2AB991",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "vak"
description = "a neural network toolbox for animal vocalizations and bioacoustics"
version = "1.0.0a3"
version = "1.0.0"
authors = [
{name = "David Nicholson", email = "[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/vak/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)
__uri__ = "https://github.com/NickleDave/vak"

__version__ = "1.0.0a3"
__version__ = "1.0.0"

if base_dir is not None and os.path.exists(os.path.join(base_dir, ".commit")):
with open(os.path.join(base_dir, ".commit")) as fp:
Expand Down

0 comments on commit 034b948

Please sign in to comment.