Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhhb committed Jan 16, 2025
1 parent e1ebe67 commit c6423a9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ default_context:
sphinx_doctest: "no"
sphinx_theme: "sphinx-rtd-theme"
test_matrix_separate_coverage: "no"
version: "0.1.1"
version: "0.2.0"
version_manager: "bump2version"
website: "https://www.idmod.org"
year_from: "2023"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
![implementation](https://img.shields.io/pypi/implementation/laser-core.svg)
![license](https://img.shields.io/pypi/l/laser-core.svg)

![commits since v0.1.1](https://img.shields.io/github/commits-since/InstituteforDiseaseModeling/laser/v0.1.1.svg)
![commits since v0.2.0](https://img.shields.io/github/commits-since/InstituteforDiseaseModeling/laser/v0.2.0.svg)

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/laser-core/

.. |commits-since| image:: https://img.shields.io/github/commits-since/InstituteforDiseaseModeling/laser/v0.1.1.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/InstituteforDiseaseModeling/laser/v0.2.0.svg
:alt: Commits since latest release
:target: https://github.com/InstituteforDiseaseModeling/laser/compare/v0.1.1...main
:target: https://github.com/InstituteforDiseaseModeling/laser/compare/v0.2.0...main



Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
year = "2023-2024"
author = "Institute for Disease Modeling"
copyright = f"{year}, {author}"
version = release = "0.1.1"
version = release = "0.2.0"

pygments_style = "trac"
templates_path = ["."]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "laser-core"
version = "0.1.1"
version = "0.2.0"
authors = [
{ name="Christopher Lorton", email="[email protected]" },
{ name="Jonathan Bloedow", email="[email protected]" },
Expand Down Expand Up @@ -129,7 +129,7 @@ packages = ["laser_core"]
"tests" = ["data/*.csv"]

[tool.bumpversion]
current_version = "0.1.1"
current_version = "0.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/laser_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.2.0"

0 comments on commit c6423a9

Please sign in to comment.