bump version
This commit is contained in:
parent
86441e9618
commit
9a70b67af7
@ -5,7 +5,7 @@
|
|||||||
2. Update version numbers:
|
2. Update version numbers:
|
||||||
`setup.py`,
|
`setup.py`,
|
||||||
`cli_docs/conf.py`,
|
`cli_docs/conf.py`,
|
||||||
`util.py`.
|
`tzk/util.py`.
|
||||||
3. Push changes to GitHub.
|
3. Push changes to GitHub.
|
||||||
Check that RTD and GitHub Pages update as desired
|
Check that RTD and GitHub Pages update as desired
|
||||||
(https://tzk.readthedocs.io/en/latest/,
|
(https://tzk.readthedocs.io/en/latest/,
|
||||||
|
@ -18,9 +18,9 @@ copyright = '2021 Soren Bjornstad'
|
|||||||
author = 'Soren Bjornstad'
|
author = 'Soren Bjornstad'
|
||||||
|
|
||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = "0.1.0"
|
release = "0.1.1"
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="tzk",
|
name="tzk",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
author="Soren I. Bjornstad",
|
author="Soren I. Bjornstad",
|
||||||
author_email="zettelkasten@sorenbjornstad.com",
|
author_email="zettelkasten@sorenbjornstad.com",
|
||||||
description="Build tool for TiddlyWiki Zettelkasten",
|
description="Build tool for TiddlyWiki Zettelkasten",
|
||||||
|
@ -10,7 +10,7 @@ import sys
|
|||||||
from typing import Any, Callable, Dict, NoReturn
|
from typing import Any, Callable, Dict, NoReturn
|
||||||
|
|
||||||
|
|
||||||
TZK_VERSION = "0.1.0"
|
TZK_VERSION = "0.1.1"
|
||||||
|
|
||||||
|
|
||||||
class BuildError(Exception):
|
class BuildError(Exception):
|
||||||
|
Loading…
Reference in New Issue
Block a user