Skip to content

Commit 625aa78

Browse files
committed
Bump version to 0.5.0
1 parent 124a404 commit 625aa78

File tree

6 files changed

+6
-5
lines changed

6 files changed

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

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
77
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
88

9-
Unreleased
9+
0.5.0
1010
----------
1111

1212
**Added**

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
year = '2020'
3030
author = 'Digital Building Technologies, Gramazio Kohler Research'
3131
copyright = '{0}, {1}'.format(year, author)
32-
version = release = '0.4.0'
32+
version = release = '0.5.0'
3333

3434
pygments_style = 'sphinx'
3535
show_authors = True

docs/doc_versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
latest
22
stable
3+
0.5.0
34
0.4.0
45
0.3.5
56
0.3.4

setup.py

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

2929
setup(
3030
name="compas_slicer",
31-
version="0.4.0",
31+
version="0.5.0",
3232
description="Slicing package for FDM 3D Printing with COMPAS",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",

src/compas_slicer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__copyright__ = 'Copyright 2020 ETH Zurich'
3030
__license__ = 'MIT License'
3131
__email__ = '[email protected]'
32-
__version__ = '0.4.0'
32+
__version__ = '0.5.0'
3333

3434

3535
HERE = os.path.dirname(__file__)

0 commit comments

Comments
 (0)