Skip to content

Commit 5a030da

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parent 0dadf02 commit 5a030da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "1.0.0"
6+
current_version = "1.0.1"
77
commit = "true"
88
tag = "true"
99
tag_name = "v{new_version}"
@@ -19,7 +19,7 @@ replace = 'version = "{new_version}"'
1919

2020
[project]
2121
name = "delft"
22-
version = "1.0.0"
22+
version = "1.0.1"
2323
description = "a Deep Learning Framework for Text"
2424
readme = "Readme.md"
2525
authors = [

0 commit comments

Comments
 (0)