Skip to content

Commit

Permalink
Bump version number to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ylogx committed Jun 23, 2015
1 parent f06e979 commit e6e841d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pulla/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .pulla import Pulla
from .logger import Logger

__version__ = '0.1.1'
__version__ = '0.1.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup

def get_version():
return '0.1.1'
return '0.1.2'

def get_requirements():
with open('requirements.txt', 'rU') as fhan:
Expand Down

0 comments on commit e6e841d

Please sign in to comment.