From 678a10d27891ae1df58c584d0a55775204308cff Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 14 Mar 2021 17:57:29 +0000 Subject: [PATCH] Back to development --- src/sphinx_basic_ng/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx_basic_ng/__init__.py b/src/sphinx_basic_ng/__init__.py index ed522d2..73f4ac6 100644 --- a/src/sphinx_basic_ng/__init__.py +++ b/src/sphinx_basic_ng/__init__.py @@ -1,6 +1,6 @@ """A modern skeleton for Sphinx themes.""" -__version__ = "0.0.1.a1" +__version__ = "0.0.1.dev1" from pathlib import Path import sphinx