Skip to content

Commit 5dce1c3

Browse files
committed
Bump version: 1.2.3 → 1.3.0
1 parent 6dce010 commit 5dce1c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.3
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55

chemdataextractor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
__title__ = 'ChemDataExtractor'
16-
__version__ = '1.2.3'
16+
__version__ = '1.3.0'
1717
__author__ = 'Matt Swain'
1818
__email__ = '[email protected]'
1919
__license__ = 'MIT'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='ChemDataExtractor',
15-
version='1.2.3',
15+
version='1.3.0',
1616
author='Matt Swain',
1717
author_email='[email protected]',
1818
license='MIT',

0 commit comments

Comments
 (0)