Skip to content

Commit

Permalink
added click to requirements. bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmckaybeck committed Jan 27, 2017
1 parent e2ef78c commit d8aa4c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0'
release = '2.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
requests
click
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
include_package_data=True,
platforms='any',
install_requires=[
'requests'
'requests',
'click'
],
classifiers=[
'Environment :: Web Environment',
Expand Down
2 changes: 1 addition & 1 deletion trackopy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'trackopy'
__version__ = '2.0.0'
__version__ = '2.0.1'
__author__ = 'Sean Beck'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 Sean Beck'
Expand Down

0 comments on commit d8aa4c7

Please sign in to comment.