Skip to content

Commit be64583

Browse files
committed
[VERSION] bump to 0.1.1
1 parent c7a7dbe commit be64583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""Setup TLCPack."""
33
from setuptools import setup, find_packages
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"
66

77

88
setup(

tlcpack_sphinx_addon/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""TLCPack sphinx add on"""
22
import os
33

4-
__version__ = "0.1.0"
4+
__version__ = "0.1.1"
55

66
__BASEDIR__ = os.path.dirname(os.path.realpath(os.path.expanduser(__file__)))
77

0 commit comments

Comments
 (0)