Skip to content

Commit

Permalink
Bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvalentini committed Jun 30, 2023
1 parent 4027cd9 commit f9eba25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unified_planning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
AnyBaseClass = object


VERSION: Tuple[Union[int, str], ...] = (0, 6, 0)
VERSION: Tuple[Union[int, str], ...] = (1, 0, 0)
__version__ = ".".join(str(x) for x in VERSION)

# Try to provide human-readable version of latest commit for dev versions
Expand Down

0 comments on commit f9eba25

Please sign in to comment.