Skip to content

Commit b90a56d

Browse files
authored
Merge pull request #20 from poissoncorp/v6.2
Release v6.2
2 parents 04ac127 + a67f6b8 commit b90a56d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import urllib.request
66
from setuptools.command.sdist import sdist
77

8-
RAVENDB_VERSION = "5.4.207"
8+
RAVENDB_VERSION = "6.2.4"
99
ZIP_FILE_NAME = "server.zip"
1010
RAVENDB_DOWNLOAD_URL = f"https://www.nuget.org/api/v2/package/RavenDB.Embedded/{RAVENDB_VERSION}"
1111

@@ -38,14 +38,14 @@ def run(self):
3838

3939

4040
setup(
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
author_email="[email protected]",

0 commit comments

Comments
 (0)