File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.1
2+ current_version = 0.1.0
33commit = True
44tag = True
55
@@ -10,4 +10,3 @@ replace = __version__ = "{new_version}"
1010[bumpversion:file:pyproject.toml]
1111search = version = " {current_version}"
1212replace = version = " {new_version}"
13-
Original file line number Diff line number Diff line change 11from .hello import hello , print_hello
22
3- __version__ = "0.0.1 "
3+ __version__ = "0.1.0 "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "example-project-python"
1111authors = [{
name =
" Your Name" ,
email =
" [email protected] " }]
1212description =" An example python project"
1313readme = " README.md"
14- version = " 0.0.1 "
14+ version = " 0.1.0 "
1515requires-python = " >=3.7"
1616
1717dependencies = []
You can’t perform that action at this time.
0 commit comments