Skip to content

Commit

Permalink
Bumping version for fix (#91)
Browse files Browse the repository at this point in the history
* Bumping version for CentBeta13 info fix
  • Loading branch information
jfcrenshaw authored Apr 18, 2023
1 parent 561cc09 commit 268a52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pzflow"
version = "3.1.0"
version = "3.1.1"
description = "Probabilistic modeling of tabular data with normalizing flows."
authors = ["John Franklin Crenshaw <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pzflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from pzflow.flow import Flow
from pzflow.flowEnsemble import FlowEnsemble

__version__ = "3.1.0"
__version__ = "3.1.1"

0 comments on commit 268a52b

Please sign in to comment.