Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhidas committed Feb 19, 2020
1 parent 0d13ff4 commit ecebe8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.14
current_version = 1.1.0
commit = False
tag = False
tag_name = {new_version}
Expand All @@ -25,4 +25,3 @@ replace = __version__ = '{new_version}'
[bumpversion:file:setup.py]
search = version='{current_version}',
replace = version='{new_version}',

2 changes: 1 addition & 1 deletion aodndata/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.14'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

setup(
name=PACKAGE_NAME,
version='1.0.14',
version='1.1.0',
packages=find_packages(exclude=PACKAGE_EXCLUDES),
url='https://github.com/aodn',
license='GPLv3',
Expand Down

0 comments on commit ecebe8c

Please sign in to comment.