Skip to content

Commit

Permalink
bump version in crowsetta/__about__.py to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Jul 17, 2019
1 parent 65d7033 commit b03bd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crowsetta/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "A tool to work with any format for annotating vocalizations"
__uri__ = "https://github.com/NickleDave/crowsetta"

__version__ = "1.1.1"
__version__ = "2.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 b03bd71

Please sign in to comment.