We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5831076 commit 8e99d5fCopy full SHA for 8e99d5f
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.5
+current_version = 1.3.0
3
commit = False
4
tag = False
5
tag_name = {new_version}
aodntools/__init__.py
@@ -1 +1 @@
-__version__ = '1.2.5'
+__version__ = '1.3.0'
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name=PACKAGE_NAME,
21
- version='1.2.5',
+ version='1.3.0',
22
packages=find_packages(exclude=PACKAGE_EXCLUDES),
23
package_data=PACKAGE_DATA,
24
url='https://github.com/aodn',
0 commit comments