Skip to content

Commit

Permalink
bump version to 2.1.0 in crowsetta/__about__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Dec 9, 2019
1 parent 5e2d563 commit 22ce6e3
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__ = "2.0.0"
__version__ = "2.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 22ce6e3

Please sign in to comment.