Skip to content

Commit 440a19b

Browse files
committed
bump version to 0.1.3
1 parent ab81f4e commit 440a19b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.1.3
33
message = Bump version to {new_version}
44
commit = False
55
tag = False

docsource/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
copyright = 'Block Research Group - ETH Zurich'
1616
author = 'Tom Van Mele'
1717

18-
release = '0.1.2'
18+
release = '0.1.3'
1919
version = '.'.join(release.split('.')[0:2])
2020

2121
master_doc = 'index'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(*names, **kwargs):
2525

2626
setup(
2727
name='compas_tna',
28-
version='0.1.2',
28+
version='0.1.3',
2929
description='COMPAS package for Thrust Network Analysis',
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',

src/compas_tna/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__license__ = 'MIT License'
2727
__email__ = 'vanmelet@ethz.ch'
2828

29-
__version__ = '0.1.2'
29+
__version__ = '0.1.3'
3030

3131

3232
PY3 = sys.version_info.major == 3

0 commit comments

Comments
 (0)