We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dce010 commit 5dce1c3Copy full SHA for 5dce1c3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.3
+current_version = 1.3.0
3
commit = True
4
tag = True
5
chemdataextractor/__init__.py
@@ -13,7 +13,7 @@
13
14
15
__title__ = 'ChemDataExtractor'
16
-__version__ = '1.2.3'
+__version__ = '1.3.0'
17
__author__ = 'Matt Swain'
18
__email__ = 'm.swain@me.com'
19
__license__ = 'MIT'
setup.py
@@ -12,7 +12,7 @@
12
setup(
name='ChemDataExtractor',
- version='1.2.3',
+ version='1.3.0',
author='Matt Swain',
author_email='m.swain@me.com',
license='MIT',
0 commit comments