Skip to content

Commit 4e43863

Browse files
committed
Bump version to 0.3.2
1 parent 49923c4 commit 4e43863

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.3.1
2+
current_version = 0.3.2
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
@@ -15,7 +15,7 @@
1515
project = 'COMPAS'
1616
copyright = '2017, Block Research Group - ETH Zurich'
1717
author = 'Tom Van Mele'
18-
release = '0.3.1'
18+
release = '0.3.2'
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
@@ -39,7 +39,7 @@ def read(*names, **kwargs):
3939

4040
setup(
4141
name='COMPAS',
42-
version='0.3.1',
42+
version='0.3.2',
4343
description='The COMPAS framework',
4444
long_description=long_description,
4545
long_description_content_type='text/markdown',

src/compas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
__copyright__ = 'Copyright 2014-2018 - Block Research Group, ETH Zurich'
3636
__license__ = 'MIT License'
3737
__email__ = 'vanmelet@ethz.ch'
38-
__version__ = '0.3.1'
38+
__version__ = '0.3.2'
3939

4040

4141
HERE = os.path.dirname(__file__)

src/compas_rhino/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .utilities import *
3131
from . import utilities
3232

33-
__version__ = '0.3.1'
33+
__version__ = '0.3.2'
3434

3535

3636
def _get_ironpython_lib_path(version):

0 commit comments

Comments
 (0)