Skip to content

Commit bdcbbe5

Browse files
committed
revert and fix release
1 parent 0244d3b commit bdcbbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.bumpversion]
6-
current_version = "0.3.5"
6+
current_version = "0.3.4"
77
commit = "true"
88
tag = "true"
99
tag_name = "v{new_version}"
@@ -15,7 +15,7 @@ replace = 'version = "{new_version}"'
1515

1616
[project]
1717
name = "delft"
18-
version = "0.3.5"
18+
version = "0.3.4"
1919
description = "a Deep Learning Framework for Text"
2020
readme = "Readme.md"
2121
authors = [

0 commit comments

Comments
 (0)