Skip to content

Commit 5f0644e

Browse files
committed
REL: bump version
version 0.1 is prehistory version 1.0 was tagged as v1.0 in July 2023
1 parent 99880ba commit 5f0644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scpdt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77

8-
__version__ = "0.1"
8+
__version__ = "1.1dev0"
99

1010
from .impl import DTChecker, DTFinder, DTParser, DTRunner, DebugDTRunner, DTConfig # noqa
1111
from .frontend import testmod, testfile, find_doctests, run_docstring_examples # noqa

0 commit comments

Comments
 (0)