Skip to content

Commit

Permalink
Release 0.2.1 - fix broken release.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Jul 30, 2018
1 parent ec45f83 commit 0e89992
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import os

from setuptools import find_packages, setup

setup(
name="mbtest",
zip_safe=False,
version="0.2.0",
version="0.2.1",
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
long_description=open(os.path.join(os.path.dirname(__file__), "README.md")).read(),
author="Simon Brunning",
author_email="[email protected]",
url="https://github.com/brunns/mbtest/",
Expand Down

0 comments on commit 0e89992

Please sign in to comment.