Skip to content

Commit

Permalink
#12 version bump to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-britecore committed Mar 5, 2020
1 parent 5d9a6fa commit 6c7ce65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
from distutils.core import setup

setup(name='pycrunch-engine',
version='0.9.0',
version='0.9.1',
description='Automatic Test Runner Engine',
url='http://github.com/gleb-sevruk/pycrunch-engine',
author='Gleb Sevruk',
author_email='support@pycrunch.com',
license='libpng',
keywords="tdd unit-testing test runner",
packages=setuptools.find_packages(),
download_url='https://github.com/gleb-sevruk/pycrunch-engine/archive/v0.9.0.tar.gz',
download_url='https://github.com/gleb-sevruk/pycrunch-engine/archive/v0.9.1.tar.gz',
setup_requires=['wheel'],
entry_points={
'console_scripts': ['pycrunch-engine=pycrunch.main:run'],
Expand Down

0 comments on commit 6c7ce65

Please sign in to comment.