Skip to content

Commit 6ff3f1d

Browse files
authored
Merge pull request #5 from ColumbiaOSS/tkp/010
Bump version: 0.0.1 → 0.1.0
2 parents d1ef6c6 + 93f7138 commit 6ff3f1d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

@@ -10,4 +10,3 @@ replace = __version__ = "{new_version}"
1010
[bumpversion:file:pyproject.toml]
1111
search = version = "{current_version}"
1212
replace = version = "{new_version}"
13-

example_project_python/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .hello import hello, print_hello
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.1.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "example-project-python"
1111
authors = [{name = "Your Name", email = "[email protected]"}]
1212
description="An example python project"
1313
readme = "README.md"
14-
version = "0.0.1"
14+
version = "0.1.0"
1515
requires-python = ">=3.7"
1616

1717
dependencies = []

0 commit comments

Comments
 (0)