Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lext committed Feb 11, 2024
1 parent b9cb199 commit ac30a80
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 @@ -18,7 +18,7 @@
copyright = '2024, Aleksei Tiulpin'
author = 'Aleksei Tiulpin'
version = "0.1"
release = f"v{version}.1"
release = f"v{version}.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/oulu-imeds/stambo",
version="0.1.1",
version="0.1.2",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion stambo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

__all__ = ["metrics", "compare_models", "two_sample_test", "to_latex"]

Expand Down

0 comments on commit ac30a80

Please sign in to comment.