Skip to content

Commit

Permalink
beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jun 14, 2019
1 parent 69f874a commit 46d2523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0b1
recurly==3.0b2
```

Until we reach GA with version `3.0.0`, we will bump the beta level on each release `3.0bX` by 1.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="recurly",
version="3.0b1",
version="3.0b2",
author="Benjamin Eckel",
author_email="[email protected]",
description="Recurly v3",
Expand Down

0 comments on commit 46d2523

Please sign in to comment.