Skip to content

Commit

Permalink
Bump version: 0.1.7 → 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Sep 1, 2020
1 parent 5e40b86 commit dd9e038
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.7"
__version__ = "0.1.8"
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.7
current_version = 0.1.8
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 @@ -27,7 +27,7 @@

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

0 comments on commit dd9e038

Please sign in to comment.