Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-britecore committed Sep 11, 2019
1 parent a3b608c commit c8cff03
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
from distutils.core import setup

setup(name='pycrunch-engine',
version='0.1',
version='0.5',
description='Automatic Test Runner Engine',
url='http://github.com/gleb-sevruk/pycrunch',
url='http://github.com/gleb-sevruk/pycrunch-engine',
author='Gleb Sevruk',
author_email='sevruk.gleb@gmail.com',
license='MIT',
author_email='support@pycrunch.com',
license='libpng',
packages=setuptools.find_packages(),
download_url='https://github.com/gleb-sevruk/pycrunch-engine/archive/v_05.tar.gz',
setup_requires=['wheel'],
entry_points={
'console_scripts': ['pycrunch-engine=pycrunch.main:run'],
Expand Down

0 comments on commit c8cff03

Please sign in to comment.