Skip to content

Commit

Permalink
bump minor
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiALBASHA committed Jun 21, 2023
1 parent 2608fed commit 1ecd542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hydroshoot/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# -*- coding: utf-8 -*-

major = 5
minor = 1
post = 2
minor = 2
post = 0

__version__ = ".".join([str(s) for s in (major, minor, post)])
# #}

0 comments on commit 1ecd542

Please sign in to comment.