From b288fb6e32f063aaea5a0a5b241c60b873825f42 Mon Sep 17 00:00:00 2001 From: Rafael Pastrana Date: Wed, 15 Jan 2025 14:24:14 -0500 Subject: [PATCH] Bump version to 0.8.1 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 2 +- docs/conf.py | 2 +- setup.py | 2 +- src/compas_cem/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 033844ea..58831067 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 message = Bump version to {new_version} commit = True tag = True diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 080a5908..619c4683 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_ and this project adheres to `Semantic Versioning `_. -Unreleased +0.8.1 ---------- **Added** diff --git a/docs/conf.py b/docs/conf.py index a74e9fdf..6af19c59 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ project = "compas_cem" copyright = "Rafael Pastrana" author = "Rafael Pastrana" -release = "0.8.0" +release = "0.8.1" version = ".".join(release.split(".")[0:2]) master_doc = "index" diff --git a/setup.py b/setup.py index 91aa28f4..f2ca6af3 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(*names, **kwargs): setup( name="compas_cem", - version="0.8.0", + version="0.8.1", description="The Combinatorial Equilibrium Modeling framework for COMPAS", long_description=long_description, long_description_content_type="text/markdown", diff --git a/src/compas_cem/__init__.py b/src/compas_cem/__init__.py index 3d6bad59..f0bd64e1 100644 --- a/src/compas_cem/__init__.py +++ b/src/compas_cem/__init__.py @@ -27,7 +27,7 @@ __copyright__ = "Copyright 2020 - Princeton University" __license__ = "MIT License" __email__ = "arpj@princeton.edu" -__version__ = "0.8.0" +__version__ = "0.8.1" # Directories