We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6a18ca + 654a249 commit ab24af9Copy full SHA for ab24af9
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.0.0
+current_version = 4.0.1
3
parse = (?P<major>\d+)
4
\.(?P<minor>\d+)
5
\.(?P<patch>\d+)
recurly/__init__.py
@@ -6,7 +6,7 @@
6
import ssl
7
import sys
8
9
-__version__ = "4.0.0"
+__version__ = "4.0.1"
10
__python_version__ = ".".join(map(str, sys.version_info[:3]))
11
12
USER_AGENT = "Recurly/{}; python {}; {}".format(
0 commit comments