Skip to content

Commit cc3f1a7

Browse files
committed
Update version to 0.5.0
1 parent 90363ab commit cc3f1a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: maxentropy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@
124124
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
125125
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
126126
#
127-
__version__ = "0.4.dev0"
127+
__version__ = "0.5.dev0"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "maxentropy"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Maximum entropy and minimum divergence models in Python"
55
authors = ["Ed Schofield <[email protected]>"]
66
license = "BSD"

0 commit comments

Comments
 (0)