Skip to content

Commit 1e15d5a

Browse files
committed
Revert version update
1 parent 155f074 commit 1e15d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crate/theme/rtd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import os
2525

26-
VERSION = (0, 38, 7)
26+
VERSION = (0, 38, 6)
2727

2828
__version__ = ".".join(str(v) for v in VERSION)
2929
__version_full__ = __version__

0 commit comments

Comments
 (0)