Skip to content

Commit

Permalink
Updated version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thecopy committed Sep 8, 2017
1 parent 502a32d commit c9bdbba
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.1',
version = '0.5.2',
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.1',
download_url = 'https://github.com/thecopy/apiary2postman/tarball/0.5.2',
keywords = ['apiary', 'blueman', 'postman'], # arbitrary keywords
classifiers = [],
entry_points={
Expand Down

0 comments on commit c9bdbba

Please sign in to comment.