Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amitnabarro committed Oct 22, 2017
1 parent d1ff621 commit 77ce05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# encoding: utf-8

VERSION = (0, 5, 0, 3)
VERSION = (0, 5, 0, 4)

__short_version__ = '.'.join(map(str, VERSION[0:2]))
__version__ = ''.join(['.'.join(map(str, VERSION[0:4])), ''.join(VERSION[4:])])

0 comments on commit 77ce05e

Please sign in to comment.