Skip to content

Commit 67ef047

Browse files
committed
Small revisional fix, should fix problematic includes for PyPI
1 parent 8afff32 commit 67ef047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.1.1'
53+
release = '0.1.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

flask_themes2/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)