Skip to content

Commit

Permalink
release: Bump version 0.0.0 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 11, 2023
1 parent 22d2ca2 commit 9f13e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.1.0
commit = True
tag = False
message = release: Bump version {current_version} -> {new_version}
Expand Down
2 changes: 1 addition & 1 deletion src/atsphinx/color_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from sphinx.application import Sphinx
from sphinx.config import Config

__version__ = "0.0.0"
__version__ = "0.1.0"

COLORS = {
"black": "#000000",
Expand Down

0 comments on commit 9f13e86

Please sign in to comment.