Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Sep 24, 2021
1 parent fe5f7f3 commit 311bae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
riptide-lib >= 0.5, < 0.6
tornado==6.0.3
riptide-lib >= 0.6, < 0.7
tornado==6.1
Click==7.0
python-prctl==1.7; sys_platform == 'linux'
certauth==1.3.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.5.8'
__version__ = '0.6.0'
from setuptools import setup, find_packages

# README read-in
Expand All @@ -18,7 +18,7 @@
long_description_content_type='text/x-rst',
url='https://github.com/Parakoopa/riptide-proxy/',
install_requires=[
'riptide-lib >= 0.5, < 0.6',
'riptide-lib >= 0.6, < 0.7',
'tornado >= 6.0',
'Click >= 7.0',
'python-prctl >= 1.7; sys_platform == "linux"',
Expand Down

0 comments on commit 311bae5

Please sign in to comment.