Skip to content

Commit f53058f

Browse files
committed
bump version 2.2.0 -> 2.2.1
1 parent 3292105 commit f53058f

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 = "2.2.0"
14+
version = "2.2.1"
1515

1616

1717
# -- General configuration

pyproject.toml

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

4343
[tool.bumpver]
44-
current_version = "2.2.0"
44+
current_version = "2.2.1"
4545
version_pattern = "MAJOR.MINOR.PATCH"
4646
commit_message = "bump version {old_version} -> {new_version}"
4747
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__ = "2.2.0"
4+
__version__ = "2.2.1"
55

66
from stepmix.stepmix import StepMix

0 commit comments

Comments
 (0)