Skip to content

Commit

Permalink
Bump version to 5.2.6.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
poissoncorp committed Jul 9, 2024
1 parent 4451b8a commit d8b0022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import urllib.request
from setuptools.command.sdist import sdist

RAVENDB_VERSION = "5.4.116"
RAVENDB_VERSION = "5.4.200"
ZIP_FILE_NAME = "server.zip"
RAVENDB_DOWNLOAD_URL = f"https://www.nuget.org/api/v2/package/RavenDB.Embedded/{RAVENDB_VERSION}"

Expand Down Expand Up @@ -45,7 +45,7 @@ def run(self):
package_dir={"ravendb_embedded": "ravendb_embedded"},
include_package_data=True,
long_description=open("README.rst").read(),
version="5.2.6",
version="5.2.6.post1",
description="RavenDB Embedded library to run RavenDB in an embedded way",
author="RavenDB",
author_email="support@ravendb.net",
Expand Down

0 comments on commit d8b0022

Please sign in to comment.