We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a7dbe commit be64583Copy full SHA for be64583
setup.py
@@ -2,7 +2,7 @@
2
"""Setup TLCPack."""
3
from setuptools import setup, find_packages
4
5
-__version__ = "0.1.0"
+__version__ = "0.1.1"
6
7
8
setup(
tlcpack_sphinx_addon/__init__.py
@@ -1,7 +1,7 @@
1
"""TLCPack sphinx add on"""
import os
__BASEDIR__ = os.path.dirname(os.path.realpath(os.path.expanduser(__file__)))
0 commit comments