Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbcullen committed Jan 27, 2017
1 parent c4309b6 commit 39305f6
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 @@ -4,7 +4,7 @@

setup(
name='aws-tagger',
version='0.2.1',
version='0.3.0',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand All @@ -28,7 +28,7 @@
author="Patrick Cullen and the WaPo platform tools team",
author_email="[email protected]",
url="https://github.com/washingtonpost/aws-tagger",
download_url = "https://github.com/washingtonpost/aws-tagger/tarball/v0.2.1",
download_url = "https://github.com/washingtonpost/aws-tagger/tarball/v0.3.0",
keywords = ['tag', 'tagger', 'tagging', 'aws'],
classifiers = []
)

0 comments on commit 39305f6

Please sign in to comment.