Skip to content

Commit

Permalink
version bump again
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jan 3, 2020
1 parent be9a0e3 commit 6e1113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_copybutton/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A small sphinx extension to add "copy" buttons to code blocks."""
import os

__version__ = "0.2.8dev0"
__version__ = "0.2.9dev0"

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

0 comments on commit 6e1113b

Please sign in to comment.