Skip to content

Commit

Permalink
Bump version to 4.2.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Aug 15, 2024
1 parent 0243dae commit 47e04e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p4p/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ def __ge__(self, o):
def __gt__(self, o):
return self._cmp(o)>0

version = Version('4.2.0a1')
version = Version('4.2.0a2')

0 comments on commit 47e04e5

Please sign in to comment.