Skip to content

Commit

Permalink
Prepare 0.2.0-dev1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nigma committed Apr 20, 2017
1 parent 495f77a commit a10b55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easy_pdf/__init__.py
@@ -1,5 +1,5 @@
# coding=utf-8

__version__ = '0.2.0-dev'
__version__ = '0.2.0-dev1'

default_app_config = 'easy_pdf.apps.EasyPDFConfig'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup

version = "0.2.0-dev"
version = "0.2.0-dev1"

if sys.argv[-1] == "publish":
os.system("python setup.py sdist bdist_wheel upload")
Expand Down

0 comments on commit a10b55d

Please sign in to comment.