Skip to content

Commit

Permalink
bump version to 1.0.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzjalen committed Feb 21, 2025
1 parent 25f70b2 commit 9444868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optimed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0"
__version__ = "1.0.0a0"


def _check_availability(name: str) -> bool:
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 = "setuptools.build_meta"

[project]
name = "optimed"
version = "1.0.0-preview"
version = "1.0.0a0"
description = "Optimed"
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down

0 comments on commit 9444868

Please sign in to comment.