We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba86710 commit bd8b1b1Copy full SHA for bd8b1b1
transcribe_me/__init__.py
@@ -5,4 +5,3 @@
5
parts = __version__.split(".")
6
if len(parts) != 3 or not all(part.isdigit() for part in parts):
7
__version__ = "0.0.0"
8
-
0 commit comments