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 c420e6d commit 55ceb40
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_
====================== =================== =================== ===================
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 @@ -17,7 +17,7 @@
long_description_content_type='text/x-rst',
url='https://github.com/theCapypara/riptide-db-mongo/',
install_requires=[
'riptide-lib >= 0.8.0b1, < 0.9',
'riptide-lib >= 0.8.0, < 0.9',
'schema >= 0.7'
],
classifiers=[
Expand Down

0 comments on commit 55ceb40

Please sign in to comment.