Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Aug 17, 2020
1 parent 96fb5f4 commit dd29790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brainreg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = "Adam Tyson"
__version__ = "0.1.3"
__version__ = "0.1.4"
from . import *
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="brainreg",
version="0.1.3",
version="0.1.4",
description="Automated 3D brain registration",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit dd29790

Please sign in to comment.