diff --git a/lib/python/pyproject.toml b/lib/python/pyproject.toml index 6ba1bdeb75204a12103e1b0797df80e505ba91da..2989dd3874513cf5b77dd910c3cf67a33e543c16 100644 --- a/lib/python/pyproject.toml +++ b/lib/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbrepo" -version = "1.4.5" +version = "1.4.6" description = "DBRepo Python Library" keywords = [ "DBRepo", diff --git a/lib/python/setup.py b/lib/python/setup.py index 8785f71036fb3b888b278b48c3be9cff68f85eff..b92f73d34f8384aa9bc5bcac4ef5387f9261fa0e 100644 --- a/lib/python/setup.py +++ b/lib/python/setup.py @@ -2,9 +2,9 @@ from distutils.core import setup setup(name="dbrepo", - version="1.4.5", + version="1.4.6", description="A library for communicating with DBRepo", - url="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.5/", + url="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/", author="Martin Weise", license="Apache-2.0", author_email="martin.weise@tuwien.ac.at",