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 a5f3de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -32,7 +32,7 @@
__commit__ = None

__author__ = "David Nicholson"
__email__ = "nicholdav@gmail.com'"
__email__ = "nicholdav@gmail.com"

__license__ = "BSD"
__copyright__ = "2019 %s" % __author__

0 comments on commit a5f3de7

Please sign in to comment.