main v0.0.9
Jeff Moe 2023-11-25 11:53:00 -07:00
parent 924c6a6e0e
commit cbe6149161
3 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
v0.0.9 Fix versions.
v0.0.8 Re-arrange project structure.
v0.0.7 The Smack, use pyproject.toml, update Sphinx docs.
v0.0.6 Read the Docs Sphinx for The Smack.

View File

@ -9,7 +9,7 @@
project = "The Smack"
copyright = "2023, Jeff Moe"
author = "Jeff Moe"
release = "v0.0.8"
release = "v0.0.9"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View File

@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "the_smack"
version = "0.0.6"
version = "0.0.9"
[project.scripts]
the-stack-licenses = "the_stack.the_stack_licenses:main"
the-stack-headers = "the_stack.the_stack_headers:main"
the-stack-headers = "the_stack.the_stack_headers:main"