Skip to content

Commit ab24af9

Browse files
authored
Merge pull request #484 from recurly/release-4.0.1
Release 4.0.1
2 parents b6a18ca + 654a249 commit ab24af9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.0.0
2+
current_version = 4.0.1
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

recurly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import ssl
77
import sys
88

9-
__version__ = "4.0.0"
9+
__version__ = "4.0.1"
1010
__python_version__ = ".".join(map(str, sys.version_info[:3]))
1111

1212
USER_AGENT = "Recurly/{}; python {}; {}".format(

0 commit comments

Comments
 (0)