Skip to content

Commit 0f83bbe

Browse files
📦 PyPI: 0.2.0.dev1
1 parent bd28062 commit 0f83bbe

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.1.0
1+
0.2.0.dev1

‎_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.1.0"
3+
version = "0.2.0.dev1"
44
authors = [
55
{ name="Fernando Celmer", email="[email protected]" },
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.1.0"
33+
version = "0.2.0.dev1"
3434
description = "Mkdocs Blog Theme"
3535
authors = ["Fernando Celmer <[email protected]>"]
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.1.0'
1+
__version__ = '0.2.0.dev1'
22

33
__author__ = 'Fernando Celmer <[email protected]>'

0 commit comments

Comments
 (0)