Skip to content

Commit 06a03a0

Browse files
Merge branch 'main' of https://github.com/dracula/mkdocs
2 parents 579b45d + ddda42a commit 06a03a0

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-
1.0.8
1+
1.0.9-dev1

mkdocs_dracula_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.8"
1+
__version__ = "1.0.9-dev1"
22

33
__author__ = 'Fernando Celmer <email@fernandocelmer.com>'
44
__copyright__ = """MIT License

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-dracula-theme"
3-
version = "1.0.8"
3+
version = "1.0.9-dev1"
44
authors = [
55
{ name="Fernando Celmer", email="email@fernandocelmer.com" },
66
]
@@ -36,7 +36,7 @@ Changelog = "https://dracula.github.io/mkdocs/nav/development/release-notes"
3636

3737
[tool.poetry]
3838
name = "mkdocs-dracula-theme"
39-
version = "1.0.8"
39+
version = "1.0.9-dev1"
4040
description = "Dark theme for Mkdocs"
4141
authors = ["Fernando Celmer <email@fernandocelmer.com>"]
4242
license = "MIT"

0 commit comments

Comments
 (0)