From 34f18baa2798d78dcc727714d53132e513660b22 Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Fri, 28 Jun 2019 13:59:27 -0500 Subject: [PATCH] 3.0b4 --- docs/README.md | 2 +- recurly/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 23821080..0a0dc1d1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,7 +13,7 @@ This library is published on pypi as a pre-release. We recommend targeting a spe in your requirements.txt or setup.py: ``` -recurly==3.0b3 +recurly==3.0b4 ``` Until we reach GA with version `3.0.0`, we will bump the beta level on each release `3.0bX` by 1. diff --git a/recurly/__init__.py b/recurly/__init__.py index 61dbbf6b..c626c3bd 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -6,7 +6,7 @@ import ssl import sys -__version__ = "3.0b3" +__version__ = "3.0b4" __python_version__ = ".".join(map(str, sys.version_info[:3])) USER_AGENT = "recurly-python/%s; python %s; %s" % (