Skip to content

Commit

Permalink
Merge pull request #224 from cyrillemidingoyi/newb
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
cyrillemidingoyi authored Sep 1, 2024
2 parents a9fee9b + 15dae40 commit d854d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pycropml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
MINOR = 2
"""(int) Version minor component."""

POST = 14
POST = 15
"""(int) Version post or bugfix component."""

__version__ = ".".join([str(s) for s in (MAJOR, MINOR, POST)])
Expand Down

0 comments on commit d854d05

Please sign in to comment.