File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55import urllib .request
66from setuptools .command .sdist import sdist
77
8- RAVENDB_VERSION = "5.4.207 "
8+ RAVENDB_VERSION = "6.2.4 "
99ZIP_FILE_NAME = "server.zip"
1010RAVENDB_DOWNLOAD_URL = f"https://www.nuget.org/api/v2/package/RavenDB.Embedded/{ RAVENDB_VERSION } "
1111
@@ -38,14 +38,14 @@ def run(self):
3838
3939
4040setup (
41- python_requires = ">=3.8 " ,
41+ python_requires = ">=3.9 " ,
4242 cmdclass = {"sdist" : CustomSDist },
4343 name = "ravendb-embedded" ,
4444 packages = ["ravendb_embedded" ],
4545 package_dir = {"ravendb_embedded" : "ravendb_embedded" },
4646 include_package_data = True ,
4747 long_description = open ("README.rst" ).read (),
48- version = "5.4.0 " ,
48+ version = "6.2.4 " ,
4949 description = "RavenDB Embedded library to run RavenDB in an embedded way" ,
5050 author = "RavenDB" ,
5151
You can’t perform that action at this time.
0 commit comments