Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvalentini committed Feb 9, 2024
1 parent 86a4f06 commit b2e57f5
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], ...] = (1, 0, 0)
VERSION: Tuple[Union[int, str], ...] = (1, 1, 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 b2e57f5

Please sign in to comment.