Skip to content

Commit

Permalink
Bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Feb 4, 2018
1 parent e2592b5 commit f473dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rummage/lib/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Version."""

# (major, minor, micro, release type, pre-release build, post-release build)
version_info = (3, 6, 0, 'beta', 1, 0)
version_info = (3, 6, 0, 'beta', 2, 0)


def _version():
Expand Down

0 comments on commit f473dc4

Please sign in to comment.