Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultah authored Nov 13, 2022
1 parent 737aabb commit 37651cd
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, 3, 1)
version_info = (1, 3, 2)
version = '.'.join(map(str, version_info))


Expand Down

0 comments on commit 37651cd

Please sign in to comment.