Skip to content

Commit

Permalink
📦 PyPI - Build 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Aug 20, 2023
1 parent 014e138 commit a05b23c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mkdocs_simple_blog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.9-dev.10'
__version__ = '0.0.9'

__author__ = 'Fernando Celmer <email@fernandocelmer.com>'
__copyright__ = """MIT License
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.4.2
mkdocs-simple-blog==0.0.3
mkdocs==1.5.2
mkdocs-simple-blog==0.0.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Programming Language :: Python :: 3.11",
],
install_requires=[
'mkdocs>=1.4.2'
'mkdocs>=1.5.2'
],
packages=["mkdocs_simple_blog"],
package_data={'mkdocs_simple_blog': ['*','*/*','*/*/*']},
Expand Down

0 comments on commit a05b23c

Please sign in to comment.