Skip to content

Commit 6e1113b

Browse files
committed
version bump again
1 parent be9a0e3 commit 6e1113b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_copybutton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A small sphinx extension to add "copy" buttons to code blocks."""
22
import os
33

4-
__version__ = "0.2.8dev0"
4+
__version__ = "0.2.9dev0"
55

66
def scb_static_path(app):
77
static_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '_static'))

0 commit comments

Comments
 (0)