Skip to content

Commit

Permalink
bumped version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk committed Dec 19, 2019
1 parent 4bb4db0 commit 5b15c99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ $VERSION_BUMP_PATTERNS = [
('ast_refactor/__init__.py', '__version__\s*=.*', '__version__ = "$VERSION"'),
('setup.py', 'version\s*=.*,', 'version="$VERSION",'),
('Dockerfile', 'LIBRARY_VERSION.*', 'LIBRARY_VERSION $VERSION'),
('conda.recipe', 'version:\s*:.*', 'version: "$VERSION"'),
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="ast-refactor",
version="0.0.1",
version="0.1.0",
author="Flatiron Health Data Tooling",
author_email="data-tooling@flatiron.com",
url='https://github.com/flatironhealth/ast-refactor',
Expand Down

0 comments on commit 5b15c99

Please sign in to comment.