We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0244d3b commit bdcbbe5Copy full SHA for bdcbbe5
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.bumpversion]
6
-current_version = "0.3.5"
+current_version = "0.3.4"
7
commit = "true"
8
tag = "true"
9
tag_name = "v{new_version}"
@@ -15,7 +15,7 @@ replace = 'version = "{new_version}"'
15
16
[project]
17
name = "delft"
18
-version = "0.3.5"
+version = "0.3.4"
19
description = "a Deep Learning Framework for Text"
20
readme = "Readme.md"
21
authors = [
0 commit comments