Skip to content

Commit

Permalink
Merge pull request #5 from ColumbiaOSS/tkp/010
Browse files Browse the repository at this point in the history
Bump version: 0.0.1 → 0.1.0
  • Loading branch information
timkpaine committed Mar 9, 2023
2 parents d1ef6c6 + 93f7138 commit 6ff3f1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.1.0
commit = True
tag = True

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

2 changes: 1 addition & 1 deletion example_project_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .hello import hello, print_hello

__version__ = "0.0.1"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "example-project-python"
authors = [{name = "Your Name", email = "Your_Email@gmail.com"}]
description="An example python project"
readme = "README.md"
version = "0.0.1"
version = "0.1.0"
requires-python = ">=3.7"

dependencies = []
Expand Down

0 comments on commit 6ff3f1d

Please sign in to comment.