Skip to content

Commit

Permalink
bump version 2.0.0 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaMorin committed Aug 15, 2023
1 parent ca719a7 commit 7c31c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author = "Sacha Morin, Robin Legault"

release = "0.0"
version = "2.0.0"
version = "2.1.0"


# -- General configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dev = ["black", "bumpver", "flit", "pytest", "sphinx", "sphinx-rtd-theme"]
Homepage = "https://stepmix.readthedocs.io/en/latest/"

[tool.bumpver]
current_version = "2.0.0"
current_version = "2.1.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion stepmix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A Python package for stepwise estimation of latent class models with measurement and structural components"""


__version__ = "2.0.0"
__version__ = "2.1.0"

from stepmix.stepmix import StepMix

0 comments on commit 7c31c7a

Please sign in to comment.