Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
agramian committed Sep 29, 2015
1 parent cc34e14 commit 670606b
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 @@ -13,15 +13,15 @@
read_md = lambda f: open(f, 'r').read()

setup(name='custom_text_test_runner',
version='0.1.2',
version='0.1.3',
description='Python Custom Text Test Runner',
long_description=read_md('README.md'),
author='Abtin Gramian',
author_email='abtin.gramian@gmail.com',
url='https://github.com/agramian/custom-text-test-runner',
packages=['custom_text_test_runner'],
install_requires=['table_printer'],
download_url = 'https://github.com/agramian/custom-text-test-runner/tarball/v0.1.2',
download_url = 'https://github.com/agramian/custom-text-test-runner/tarball/v0.1.3',
keywords = ['unittest', 'custom', 'test', 'runner', 'result', 'json'],
classifiers = [],
)

0 comments on commit 670606b

Please sign in to comment.