Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
schwa committed Jul 14, 2016
1 parent 10c7055 commit 82cf527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9
2 changes: 1 addition & 1 deletion punic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import division, absolute_import, print_function

__version__ = '0.0.8'
__version__ = '0.0.9'

import sys
from pathlib2 import Path
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='punic',
version='0.0.8',
version='0.0.9',
url='http://github.com/schwa/punic',
license='MIT',
author='Jonathan Wight',
Expand Down

0 comments on commit 82cf527

Please sign in to comment.