Skip to content

Commit

Permalink
🔖 Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamcanin committed Dec 15, 2021
1 parent 28e124c commit 0b899d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
copyright = "2021, William C. Canin"
author = "William C. Canin"

version = "0.2.2"
version = "0.3.0"
# The full version, including alpha/beta/rc tags
release = "0.2.2"
release = "0.3.0"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -67,7 +67,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
# html_static_path = ["_static"]

source_suffix = {
".rst": "restructuredtext",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT license"
name = "snakypy-helpers"
readme = "README.rst"
repository = "https://github.com/snakypy/snakypy-helpers"
version = "0.2.2"
version = "0.3.0"

packages = [
{include = "snakypy"},
Expand Down
2 changes: 1 addition & 1 deletion snakypy/helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"email": "contact.snakypy@gmail.com",
"website": "https://snakypy.github.io",
"github": "https://github.com/snakypy",
"version": "0.2.2",
"version": "0.3.0",
}

# Keep the versions the same on pyproject.toml and __init__.py
Expand Down

0 comments on commit 0b899d6

Please sign in to comment.