Skip to content

Commit

Permalink
Prepare for 0.8.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Apr 7, 2016
1 parent 43a6c9d commit 9b19617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pystachio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Brian Wickman'
__version__ = '0.8.0'
__version__ = '0.8.1'
__license__ = 'MIT'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import Command, find_packages, setup

version = '0.8.0'
version = '0.8.1'


class PyTest(Command):
Expand Down

0 comments on commit 9b19617

Please sign in to comment.