Skip to content

Commit

Permalink
version bump to get published to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Davies committed Feb 15, 2013
1 parent e3f8d0a commit dd7e063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
*.db-journal
.coverage
/build
/dist
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages
from setuptools import setup

version = '0.9.8'
version = '0.9.8a'

install_requires = [
"cryptacular",
Expand Down

0 comments on commit dd7e063

Please sign in to comment.