Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Sep 4, 2015
1 parent 96fee9d commit 17a9b6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.md
include CHANGELOG.md
include LICENSE
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def long_desc():

setup(
name='ecmcli',
version='1.99.1',
version='2.0.0',
description='Command Line Interface for Cradlepoint ECM',
author='Justin Mayfield',
author_email='tooker@gmail.com',
Expand All @@ -26,7 +26,7 @@ def long_desc():
packages=find_packages(),
install_requires=[
'syndicate',
'shellish>=0.2.0',
'shellish>=0.3.0',
'humanize'
],
entry_points = {
Expand Down

0 comments on commit 17a9b6a

Please sign in to comment.