Skip to content

Commit

Permalink
Increase patch number to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Aug 10, 2024
1 parent df51bee commit ca901e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sphinx-nefertiti",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"description": "Nefertiti is a theme for the Sphinx Documentation Generator.",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="sphinx-nefertiti",
version="0.4.0",
version="0.4.1",
packages=find_packages(),
include_package_data=True,
license="MIT",
Expand Down
2 changes: 1 addition & 1 deletion sphinx_nefertiti/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_CURRENT_VERSION = (0, 4, 0, "f", 0) # following PEP 440
_CURRENT_VERSION = (0, 4, 1, "f", 0) # following PEP 440


def get_version():
Expand Down

0 comments on commit ca901e5

Please sign in to comment.