Skip to content

Commit

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


Expand Down

0 comments on commit 1313ca0

Please sign in to comment.