Skip to content

Commit

Permalink
Bump patch version number
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed Oct 29, 2018
1 parent 910b160 commit b58c002
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@

setup(
name='repomate-junit4',
version='0.1.0',
version='0.1.1',
description='JUnit-4.12 plugin for repomate',
long_description=readme,
long_description_content_type='text/markdown',
author='Simon Larsén',
author_email='slarse@kth.se',
url='https://github.com/slarse/repomate-junit4',
download_url='https://github.com/slarse/repomate-junit4/archive/v0.1.0.tar.gz',
download_url=
'https://github.com/slarse/repomate-junit4/archive/v0.1.1.tar.gz',
license='MIT',
packages=find_packages(exclude=('tests', 'docs')),
tests_require=test_requirements,
Expand Down

0 comments on commit b58c002

Please sign in to comment.