Skip to content

Commit 9f21154

Browse files
committed
bump version 1.2.2 -> 1.2.3
1 parent b0ad228 commit 9f21154

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author = "Sacha Morin, Robin Legault"
1212

1313
release = "0.0"
14-
version = "1.2.2"
14+
version = "1.2.3"
1515

1616

1717
# -- General configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dev = ["black", "bumpver", "flit", "pytest", "sphinx", "sphinx-rtd-theme"]
4242
Homepage = "https://stepmix.readthedocs.io/en/latest/"
4343

4444
[tool.bumpver]
45-
current_version = "1.2.2"
45+
current_version = "1.2.3"
4646
version_pattern = "MAJOR.MINOR.PATCH"
4747
commit_message = "bump version {old_version} -> {new_version}"
4848
commit = true

stepmix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A Python package for stepwise estimation of latent class models with measurement and structural components"""
22

33

4-
__version__ = "1.2.2"
4+
__version__ = "1.2.3"
55

66
from stepmix.stepmix import StepMix

0 commit comments

Comments
 (0)