Skip to content

Commit

Permalink
Bump to v4.5-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Katharine committed Oct 12, 2016
1 parent bcc56b7 commit 915d067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pebble_tool/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version_base = (4, 4, 1)
version_suffix = None
version_base = (4, 5, 0)
version_suffix = 'rc1'

if version_suffix is None:
__version_info__ = version_base
Expand Down

0 comments on commit 915d067

Please sign in to comment.