Skip to content

Commit be21941

Browse files
committed
Bump version to 0.8.0
1 parent 9243a1a commit be21941

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.7.0
2+
current_version = 0.8.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.8.0
1010
----------
1111

1212
**Added**

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
project = "compas_cem"
2020
copyright = "Rafael Pastrana"
2121
author = "Rafael Pastrana"
22-
release = "0.7.0"
22+
release = "0.8.0"
2323
version = ".".join(release.split(".")[0:2])
2424

2525
master_doc = "index"

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_cem",
31-
version="0.7.0",
31+
version="0.8.0",
3232
description="The Combinatorial Equilibrium Modeling framework for COMPAS",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",

src/compas_cem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
__copyright__ = "Copyright 2020 - Princeton University"
2828
__license__ = "MIT License"
2929
__email__ = "arpj@princeton.edu"
30-
__version__ = "0.7.0"
30+
__version__ = "0.8.0"
3131

3232

3333
# Directories

0 commit comments

Comments
 (0)