Skip to content

Commit

Permalink
Merge pull request #71 from lightonai/bump-version-1.1.3
Browse files Browse the repository at this point in the history
1.1.3 release
  • Loading branch information
raphaelsty authored Nov 26, 2024
2 parents 291db80 + 590e227 commit 0af6c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylate/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (1, 1, 2)
VERSION = (1, 1, 3)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 0af6c4c

Please sign in to comment.