Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbcullen committed May 10, 2017
1 parent 09505b2 commit f466c20
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='essh',
version='0.3.0',
version='0.3.1',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand All @@ -21,7 +21,7 @@
author="Patrick Cullen",
author_email="patrickbcullen@gmail.com",
url="https://github.com/patrickbcullen/essh",
download_url = "https://github.com/patrickbcullen/essh/tarball/v0.3.0",
download_url = "https://github.com/patrickbcullen/essh/tarball/v0.3.1",
keywords = ['ssh', 'ec2', 'aws'],
classifiers = []
)

0 comments on commit f466c20

Please sign in to comment.