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 5
5
import urllib .request
6
6
from setuptools .command .sdist import sdist
7
7
8
- RAVENDB_VERSION = "5.4.207 "
8
+ RAVENDB_VERSION = "6.2.4 "
9
9
ZIP_FILE_NAME = "server.zip"
10
10
RAVENDB_DOWNLOAD_URL = f"https://www.nuget.org/api/v2/package/RavenDB.Embedded/{ RAVENDB_VERSION } "
11
11
@@ -38,14 +38,14 @@ def run(self):
38
38
39
39
40
40
setup (
41
- python_requires = ">=3.8 " ,
41
+ python_requires = ">=3.9 " ,
42
42
cmdclass = {"sdist" : CustomSDist },
43
43
name = "ravendb-embedded" ,
44
44
packages = ["ravendb_embedded" ],
45
45
package_dir = {"ravendb_embedded" : "ravendb_embedded" },
46
46
include_package_data = True ,
47
47
long_description = open ("README.rst" ).read (),
48
- version = "5.4.0 " ,
48
+ version = "6.2.4 " ,
49
49
description = "RavenDB Embedded library to run RavenDB in an embedded way" ,
50
50
author = "RavenDB" ,
51
51
You can’t perform that action at this time.
0 commit comments