Skip to content

Commit

Permalink
Setup.py for 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecopy committed Jan 9, 2017
1 parent 33c5f7b commit 99b936f
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,12 +2,12 @@
setup(
name = 'apiary2postman',
packages = ['apiary2postman'], # this must be the same as the name above
version = '0.5.0',
version = '0.5.1',
description = 'A tool for converting Blueman API markup from Apiary.io to Postman collection/dumps',
author = 'Erik Jonsson Thoren',
author_email = 'thecopy@gmail.com',
url = 'https://github.com/thecopy/apiary2postman', # use the URL to the github repo
download_url = 'https://github.com/thecopy/apiary2postman/tarball/0.5.0',
download_url = 'https://github.com/thecopy/apiary2postman/tarball/0.5.1',
keywords = ['apiary', 'blueman', 'postman'], # arbitrary keywords
classifiers = [],
entry_points={
Expand Down

1 comment on commit 99b936f

@thecopy
Copy link
Owner Author

@thecopy thecopy commented on 99b936f Jan 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.5.1*

Please sign in to comment.