Skip to content

Commit

Permalink
[VERSION] bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Nov 4, 2020
1 parent c7a7dbe commit be64583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Setup TLCPack."""
from setuptools import setup, find_packages

__version__ = "0.1.0"
__version__ = "0.1.1"


setup(
Expand Down
2 changes: 1 addition & 1 deletion tlcpack_sphinx_addon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""TLCPack sphinx add on"""
import os

__version__ = "0.1.0"
__version__ = "0.1.1"

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

Expand Down

0 comments on commit be64583

Please sign in to comment.