Skip to content

Commit 4fa2ec1

Browse files
committed
Bump version to 1.0.5
1 parent 64e2f9e commit 4fa2ec1

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 = 1.0.4
2+
current_version = 1.0.5
33
message = Bump version to {new_version}
44
commit = True
55
tag = True

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = 'compas-ags'
1414
copyright = '2017, Block Research Group - ETH Zurich'
1515
author = 'Tom Van Mele'
16-
release = '1.0.4'
16+
release = '1.0.5'
1717

1818
version = '.'.join(release.split('.')[0:2])
1919

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-ags',
28-
version='1.0.4',
28+
version='1.0.5',
2929
description='COMPAS package for Computational Graphic Statics',
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',

src/compas_ags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
__copyright__ = 'Copyright 2014-2018 - Block Research Group, ETH Zurich'
2929
__license__ = 'MIT License'
3030
__email__ = 'vanmelet@ethz.ch'
31-
__version__ = '1.0.4'
31+
__version__ = '1.0.5'
3232

3333

3434
def get(relpath):

0 commit comments

Comments
 (0)