We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6466b commit 73c40d1Copy full SHA for 73c40d1
2 files changed
scenedetect/__init__.py
@@ -75,7 +75,7 @@
75
76
# Used for module identification and when printing version & about info
77
# (e.g. calling `scenedetect version` or `scenedetect about`).
78
-__version__ = "0.7"
+__version__ = "0.7.1-dev0"
79
80
init_logger()
81
logger = getLogger("pyscenedetect")
website/pages/changelog.md
@@ -744,7 +744,7 @@ Both the Windows installer and portable distributions now include signed executa
744
----------------------------------------------------------------
745
746
747
-<!--Development
+Development
748
==========================================================
749
750
-## PySceneDetect 0.8 (TDB)-->
+## PySceneDetect 0.7.1 (TDB)
0 commit comments