Skip to content

Commit

Permalink
bumped version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andim committed Mar 12, 2024
1 parent 1dee5bd commit 26db8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrepseq/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 1
_version_minor = 4
_version_micro = 1 # use '' for first of series, number for 1 and above
_version_micro = 2 # use '' for first of series, number for 1 and above
# _version_extra = 'dev'
_version_extra = "" # Uncomment this for full releases

Expand Down

0 comments on commit 26db8e3

Please sign in to comment.