Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gtromano committed Jul 1, 2024
1 parent fd43a56 commit 58f93e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/package/changepoint_online/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@
from .focus import Focus, Gaussian, Bernoulli, Poisson, Gamma, Exponential, NPFocus
from .mdfocus import MDFocus, MDGaussian, MDPoisson, get_2d_pruning_dimentions

__version__ = '1.1.0'
__version__ = '1.1.1'
__author__ = 'Gaetano Romano, Daniel Grose'
2 changes: 1 addition & 1 deletion python/package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "changepoint_online"
version = "1.1.0"
version = "1.1.1"
maintainers = [
{ name="Daniel Grose", email="[email protected]" },
{ name="Gaetano Romano", email="[email protected]" }
Expand Down

0 comments on commit 58f93e0

Please sign in to comment.