Skip to content

Commit 7bd257f

Browse files
author
André Böni
committed
Bump version: 0.1.1 → 0.1.2
1 parent 8f5e6b4 commit 7bd257f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

.cookiecutterrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ default_context:
5454
sphinx_doctest: "no"
5555
sphinx_theme: "sphinx-rtd-theme"
5656
test_matrix_separate_coverage: "no"
57-
version: 0.1.1
57+
version: 0.1.2
5858
version_manager: "bump2version"
5959
website: "https://github.com/cereneo-foundation/python-gaitalytics"
6060
year_from: "2024"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Gaitalytics
3838
:alt: Supported implementations
3939
:target: https://pypi.org/project/gaitalytics
4040

41-
.. |commits-since| image:: https://img.shields.io/github/commits-since/DART-Lab-LLUI/python-gaitalytics/v0.1.1.svg
41+
.. |commits-since| image:: https://img.shields.io/github/commits-since/DART-Lab-LLUI/python-gaitalytics/v0.1.2.svg
4242
:alt: Commits since latest release
43-
:target: https://github.com/DART-Lab-LLUI/python-gaitalytics/compare/v0.1.1...main
43+
:target: https://github.com/DART-Lab-LLUI/python-gaitalytics/compare/v0.1.2...main
4444

4545
.. end-badges
4646

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
year = "2024"
1818
author = "André Böni"
1919
copyright = f"{year}, {author}"
20-
version = release = "0.1.1"
20+
version = release = "0.1.2"
2121

2222
pygments_style = "trac"
2323
templates_path = ["."]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(*names, **kwargs):
1313

1414
setup(
1515
name="gaitalytics",
16-
version="0.1.1",
16+
version="0.1.2",
1717
license="MIT",
1818
description="Python package to extract gait analytic parameters for different kind of recordings (i.e. MOCAP, Force Plate)",
1919
long_description="{}\n{}".format(

src/gaitalytics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)