Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronAshery committed Mar 26, 2023
1 parent 48d900f commit d70af12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 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 @@ -9,4 +9,4 @@ replace = __version__ = "{new_version}"

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
replace = version = "{new_version}"
2 changes: 1 addition & 1 deletion no_teg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .no_teg import *

__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 = "no-teg"
authors = [{name = "Aaron Ashery", email = "aaron.ashery1@gmail.com"}]
description="A quick and easy tournament manager"
readme = "README.md"
version = "0.0.1"
version = "0.1.0"
requires-python = ">=3.7"

dependencies = [
Expand Down

0 comments on commit d70af12

Please sign in to comment.