Skip to content

Commit

Permalink
bump to version 0.1.0 (not alpha) in __about__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Oct 2, 2019
1 parent 784b1fb commit 86ad8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pollyglot/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "Small example datasets of annotated vocalizations"
__uri__ = "https://github.com/NickleDave/pollyglot"

__version__ = "0.1.0a"
__version__ = "0.1.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 86ad8f8

Please sign in to comment.