Skip to content

Commit

Permalink
Release me!
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Mar 11, 2024
1 parent 4787be8 commit 39f5893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modelskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "1.0.dev24"
__version__ = "1.0.0"

if "64" not in architecture()[0]:
raise Exception("This library has not been tested for a 32 bit system.")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["notebooks", "tests"]

[project]
name="modelskill"
version="1.0.dev24"
version="1.0.0"
dependencies = [
"numpy >= 1.20.0",
"pandas >= 1.4",
Expand Down

0 comments on commit 39f5893

Please sign in to comment.