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 Nov 18, 2018
1 parent 70c413a commit 80c419e
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 @@ -11,15 +11,15 @@

setup(
name='repomate-junit4',
version='0.1.2',
version='0.1.3',
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.2.tar.gz',
'https://github.com/slarse/repomate-junit4/archive/v0.1.3.tar.gz',
license='MIT',
packages=find_packages(exclude=('tests', 'docs')),
tests_require=test_requirements,
Expand Down

0 comments on commit 80c419e

Please sign in to comment.