We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b51f17 commit fdec783Copy full SHA for fdec783
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name="ravendb",
5
packages=find_packages(exclude=["*.tests.*", "tests", "*.tests", "tests.*"]),
6
- version="5.2.5",
+ version="5.2.5.post1",
7
long_description_content_type="text/markdown",
8
long_description=open("README_pypi.md").read(),
9
description="Python client for RavenDB NoSQL Database",
0 commit comments