Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultah authored Oct 28, 2023
1 parent 9d4a8aa commit 94f8d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replicat/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

version_info = (1, 4, 0)
version_info = (1, 4, 1)
version = '.'.join(map(str, version_info))


Expand Down

0 comments on commit 94f8d7a

Please sign in to comment.