Skip to content

Commit

Permalink
version bump and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Nov 25, 2019
1 parent 1c7da5e commit f93ea4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyontutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.7'
__version__ = '0.1.8'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def find_version(filename):
tests_require=tests_require,
install_requires=[
'appdirs',
'augpathlib>=0.0.3',
'augpathlib>=0.0.4',
'colorlog',
'docopt',
'gitpython',
Expand All @@ -53,7 +53,7 @@ def find_version(filename):
'nest_asyncio',
'oauth2client',
'ontquery>=0.2.1',
'orthauth>=0.0.4',
'orthauth>=0.0.5',
'pyyaml',
'requests',
'terminaltables',
Expand Down

0 comments on commit f93ea4a

Please sign in to comment.