bump version
This commit is contained in:
parent
218705bdc9
commit
f8edb70065
@ -18,9 +18,9 @@ copyright = '2021 Soren Bjornstad'
|
||||
author = 'Soren Bjornstad'
|
||||
|
||||
# The short X.Y version
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = "0.1.3"
|
||||
release = "0.1.4"
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name="tzk",
|
||||
version="0.1.3",
|
||||
version="0.1.4",
|
||||
author="Soren I. Bjornstad",
|
||||
author_email="zettelkasten@sorenbjornstad.com",
|
||||
description="Build tool for TiddlyWiki Zettelkasten",
|
||||
|
@ -10,7 +10,7 @@ import sys
|
||||
from typing import Any, Callable, Dict, NoReturn
|
||||
|
||||
|
||||
TZK_VERSION = "0.1.3"
|
||||
TZK_VERSION = "0.1.4"
|
||||
|
||||
|
||||
class BuildError(Exception):
|
||||
|
Loading…
Reference in New Issue
Block a user