Skip to content

Commit

Permalink
Alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Jun 27, 2023
1 parent 5414700 commit 52736f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions modelskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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__ = "0.9.dev0"
__version__ = "1.0.a1"

if "64" not in architecture()[0]:
raise Exception("This library has not been tested for a 32 bit system.")
Expand All @@ -34,9 +34,9 @@
__all__ = [
"Quantity",
"ModelResult",
"PointModelResult",
"TrackModelResult",
"GridModelResult",
"PointModelResult",
"TrackModelResult",
"GridModelResult",
"DfsuModelResult",
"PointObservation",
"TrackObservation",
Expand All @@ -48,7 +48,7 @@
"set_option",
"reset_option",
"load_style",
"plot_temporal_coverage",
"plot_temporal_coverage",
"plot_spatial_overview",
"from_config",
]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name="modelskill"
version="1.0.a0"
version="1.0.a1"
dependencies = [
"numpy",
"pandas",
Expand Down

0 comments on commit 52736f9

Please sign in to comment.