Skip to content

Commit

Permalink
chore: bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Oct 17, 2016
1 parent ababb50 commit c86a952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haiku_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[4]: http://members.tripod.com/martin_leese/haiku.html
""" # noqa
VERSION = (0, 2, 0) # PEP 386 # noqa
VERSION = (0, 3, 0) # PEP 386 # noqa
__version__ = ".".join([str(x) for x in VERSION]) # noqa

import sys
Expand Down

0 comments on commit c86a952

Please sign in to comment.