Skip to content

Commit

Permalink
Update version string to next patch version (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jni authored Jan 22, 2024
1 parent 3a63337 commit 4827cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .napari_code_theme import *

__version__ = "0.3.0"
__version__ = "0.3.1.dev0"


def update_templates(app, pagename, templatename, context, doctree):
Expand Down

0 comments on commit 4827cab

Please sign in to comment.