From 1703ea783593f1d82465dbb1835c3417d1f19e00 Mon Sep 17 00:00:00 2001 From: Christopher Lorton Date: Tue, 19 Nov 2024 16:00:21 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cookiecutterrc | 2 +- README.md | 2 +- README.rst | 4 ++-- docs/conf.py | 2 +- pyproject.toml | 4 ++-- src/laser_core/__init__.py | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.cookiecutterrc b/.cookiecutterrc index 80f3dd0..03b356c 100644 --- a/.cookiecutterrc +++ b/.cookiecutterrc @@ -54,7 +54,7 @@ default_context: sphinx_doctest: "no" sphinx_theme: "sphinx-rtd-theme" test_matrix_separate_coverage: "no" - version: "0.1.0" + version: "0.1.1" version_manager: "bump2version" website: "https://www.idmod.org" year_from: "2023" diff --git a/README.md b/README.md index 26671d9..487db09 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![package](https://img.shields.io/pypi/v/idmlaser.svg)](https://test.pypi.org/project/laser-core/) ![wheel](https://img.shields.io/pypi/wheel/idmlaser.svg) -![commits since v0.1.0](https://img.shields.io/github/commits-since/InstituteforDiseaseModeling/laser/v0.1.0.svg) +![commits since v0.1.1](https://img.shields.io/github/commits-since/InstituteforDiseaseModeling/laser/v0.1.1.svg) ## Getting Started diff --git a/README.rst b/README.rst index 919bf74..292c4e5 100644 --- a/README.rst +++ b/README.rst @@ -43,9 +43,9 @@ Overview :alt: Supported implementations :target: https://test.pypi.org/project/laser-core/ -.. |commits-since| image:: https://img.shields.io/github/commits-since/InstituteforDiseaseModeling/laser/v0.1.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/InstituteforDiseaseModeling/laser/v0.1.1.svg :alt: Commits since latest release - :target: https://github.com/InstituteforDiseaseModeling/laser/compare/v0.1.0...main + :target: https://github.com/InstituteforDiseaseModeling/laser/compare/v0.1.1...main diff --git a/docs/conf.py b/docs/conf.py index 142aaec..262dfc0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ year = "2023-2024" author = "Institute for Disease Modeling" copyright = f"{year}, {author}" -version = release = "0.1.0" +version = release = "0.1.1" pygments_style = "trac" templates_path = ["."] diff --git a/pyproject.toml b/pyproject.toml index 02b5962..d4c1518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "laser-core" -version = "0.1.0" +version = "0.1.1" authors = [ { name="Christopher Lorton", email="christopher.lorton@gatesfoundation.org" }, { name="Jonathan Bloedow", email="jonathan.bloedow@gatesfoundation.org" }, @@ -123,7 +123,7 @@ exclude_also = [ ] [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.1.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/src/laser_core/__init__.py b/src/laser_core/__init__.py index 3dc1f76..485f44a 100644 --- a/src/laser_core/__init__.py +++ b/src/laser_core/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"