Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clorton committed Nov 20, 2024
1 parent 59a3a34 commit 1703ea7
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.0"
version: "0.1.1"
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 @@ -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

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://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



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.0"
version = release = "0.1.1"

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.0"
version = "0.1.1"
authors = [
{ name="Christopher Lorton", email="[email protected]" },
{ name="Jonathan Bloedow", email="[email protected]" },
Expand Down Expand Up @@ -123,7 +123,7 @@ exclude_also = [
]

[tool.bumpversion]
current_version = "0.1.0"
current_version = "0.1.1"
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.0"
__version__ = "0.1.1"

0 comments on commit 1703ea7

Please sign in to comment.