Skip to content

Commit

Permalink
Bump version: 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Aug 3, 2020
1 parent 1a22f71 commit 4a13835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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.0.2"
__version__ = "0.0.3"
from . import *
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
commit = True
tag = True

Expand All @@ -14,5 +14,4 @@ replace = __version__ = "{new_version}"
[flake8]
ignore = E203, E231, W503
max-line-length = 79
;max-complexity = 5
exclude = __init__.py
exclude = __init__.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

0 comments on commit 4a13835

Please sign in to comment.