Skip to content

Commit

Permalink
Version bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jul 17, 2023
1 parent 1f2f13a commit 4268553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*Container-Backends:* engine_docker_
*Database Drivers:* db_mysql_ db_mongo_
*Plugins:* php_xdebug_
*Kubernetes:* k8s_client_ k8s_controller_
*Related Projects:* configcrunch_
*More:* docs_ repo_ docker_images_
\ mission_control_
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.8.0b1'
__version__ = '0.8.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/theCapypara/riptide-proxy/',
install_requires=[
'riptide-lib >= 0.8.0b1, < 0.9',
'riptide-lib >= 0.8.0, < 0.9',
'tornado >= 6.0',
'Click >= 7.0',
'python-prctl >= 1.7; sys_platform == "linux"',
Expand Down

0 comments on commit 4268553

Please sign in to comment.