Skip to content

Commit

Permalink
bump version in searchnets/__about__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Jul 9, 2019
1 parent aa72b26 commit 76666be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/searchnets/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__summary__ = "experiments measuring how convolutional neural networks perform a visual search task"
__uri__ = "https://github.com/NickleDave/visual-search-nets"

__version__ = "0.2.0"
__version__ = "0.3.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 76666be

Please sign in to comment.