File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ravendb == 7.0.0
1
+ ravendb == 7.0.2
2
2
cryptography ~= 42.0.0
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 = "7.0.0 "
8
+ RAVENDB_VERSION = "7.0.2 "
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
@@ -45,15 +45,15 @@ def run(self):
45
45
package_dir = {"ravendb_embedded" : "ravendb_embedded" },
46
46
include_package_data = True ,
47
47
long_description = open ("README.rst" ).read (),
48
- version = "7.0.0 " ,
48
+ version = "7.0.2 " ,
49
49
description = "RavenDB Embedded library to run RavenDB in an embedded way" ,
50
50
author = "RavenDB" ,
51
51
52
52
url = "https://github.com/ravendb/ravendb-python-embedded" ,
53
53
license = "Custom EULA" ,
54
54
keywords = "ravendb embedded database nosql doc db" ,
55
55
install_requires = [
56
- "ravendb==7.0.0 " ,
56
+ "ravendb==7.0.2 " ,
57
57
"cryptography~=42.0.0" ,
58
58
],
59
59
license_files = "LICENSE" ,
You can’t perform that action at this time.
0 commit comments