Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Mar 12, 2024
1 parent 6197384 commit e095b6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'streetlevel'
copyright = '2024, skzk'
author = 'skzk'
release = '0.7.1'
release = '0.8.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand All @@ -19,16 +19,13 @@
templates_path = ['_templates']
exclude_patterns = []



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
html_style = 'css/additional.css'


autodoc_typehints = "description"
add_module_names = False

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "streetlevel"
version = "0.7.1"
version = "0.8.0"
license = "MIT"
authors = [
{ name="sk-zk", email="sk-zk@users.noreply.github.com" },
Expand Down
2 changes: 1 addition & 1 deletion streetlevel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.1"
__version__ = "0.8.0"

0 comments on commit e095b6f

Please sign in to comment.