Skip to content

Commit f9d03e2

Browse files
committed
Bumps version to 0.6
1 parent fc95833 commit f9d03e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "delb-existdb"
8-
version = "0.4-rc1"
8+
version = "0.4"
99
description = "A Python database interface for eXist-db"
1010
authors = [
1111
{ name = "Theodor Costea", email = "theo.costea@gmail.com"},
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
keywords = ["xml", "exist-db", "client", "delb"]
3232
dependencies = [
33-
"delb[web-loader]~=0.6-rc1"
33+
"delb[web-loader]~=0.6"
3434
]
3535

3636
[project.entry-points.delb]
@@ -102,7 +102,7 @@ check = "mypy --check-untyped-defs delb_existdb"
102102
dependencies = [
103103
"pytest-cov",
104104
"pytest-docker",
105-
"delb-reference-plugins~=0.6-rc0",
105+
"delb-reference-plugins~=0.6",
106106
]
107107
[tool.hatch.envs.tests.env-vars]
108108
EXIST_VERSION = "{matrix:existdb_version}"

0 commit comments

Comments
 (0)