Skip to content

Commit 6e5e408

Browse files
committed
Version 1.0 beta 2
1 parent 4c168c0 commit 6e5e408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modelskill/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2020
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2121
#
22-
__version__ = "1.0.dev23"
22+
__version__ = "1.0.b2"
2323

2424
if "64" not in architecture()[0]:
2525
raise Exception("This library has not been tested for a 32 bit system.")

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["notebooks", "tests"]
77

88
[project]
99
name="modelskill"
10-
version="1.0.dev23"
10+
version="1.0.b2"
1111
dependencies = [
1212
"numpy",
1313
"pandas",

0 commit comments

Comments
 (0)