Skip to content

Commit 035ee96

Browse files
📦 PyPI: 0.3.0
1 parent f7a892c commit 035ee96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎LAST_VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0.dev1
1+
0.3.0

‎_pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mkdocs_simple_blog"
3-
version = "0.3.0.dev1"
3+
version = "0.3.0"
44
authors = [
55
{ name="Fernando Celmer", email="email@fernandocelmer.com" },
66
]
@@ -30,7 +30,7 @@ Documentation = "https://github.com/FernandoCelmer/mkdocs-simple-blog/blob/maste
3030

3131
[tool.poetry]
3232
name = "mkdocs_simple_blog"
33-
version = "0.3.0.dev1"
33+
version = "0.3.0"
3434
description = "Mkdocs Blog Theme"
3535
authors = ["Fernando Celmer <email@fernandocelmer.com>"]
3636
readme = "README.md"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.3.0.dev1'
1+
__version__ = '0.3.0'
22

33
__author__ = 'Fernando Celmer <email@fernandocelmer.com>'

0 commit comments

Comments
 (0)