Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sobjornstad committed Jul 25, 2024
1 parent abc41c5 commit dad1215
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cli_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
author = 'Soren Bjornstad'

# The short X.Y version
version = "0.4.0"
version = "0.5.0"
# The full version, including alpha/beta/rc tags
release = "0.4.0"
release = "0.5.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="tzk",
version="0.4.0",
version="0.5.0",
author="Soren I. Bjornstad",
author_email="zettelkasten@sorenbjornstad.com",
description="Build tool for TiddlyWiki Zettelkasten",
Expand Down
2 changes: 1 addition & 1 deletion tzk/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from typing import Any, Callable, Dict, NoReturn


TZK_VERSION = "0.4.0"
TZK_VERSION = "0.5.0"


class BuildError(Exception):
Expand Down

0 comments on commit dad1215

Please sign in to comment.