Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertian123 committed Jan 2, 2021
1 parent 794e24c commit 51623fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ It provides a simple and sane way of automating tasks on Ryver and building bots
*`pyryver` is still in major version 0, so breaking changes may be introduced any time. Please check changelogs carefully.*
However, we will attempt to make it as backwards-compatible as possible (excluding version 0.1.0).

v0.4 is now out of beta! **Minor breaking changes were introduced since 0.3.2! See the [Release Description](https://github.com/tylertian123/pyryver/releases/tag/v0.4.0) for the changelog.**

Special thanks to [@mincrmatt12](https://github.com/mincrmatt12)!

## Installation
Expand Down
2 changes: 1 addition & 1 deletion pyryver/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
this way the version can be obtained without having to import everything else, which may
not be possible due to missing dependencies, thus breaking `setup.py install`.
"""
__version__ = "0.4.0b2"
__version__ = "0.4.0"

0 comments on commit 51623fa

Please sign in to comment.