Skip to content

Commit 7e1512b

Browse files
committed
bump version
1 parent 072710b commit 7e1512b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = 'v0.1.1'
60+
version = 'v0.1.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release = 'v0.1.1'
62+
release = 'v0.1.2'
6363

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

lantern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
__all__ = ['plot', 'figure', 'grids', 'data', 'extensions', 'widgets']
10-
__version__ = '0.1.1'
10+
__version__ = '0.1.2'
1111

1212

1313
def _jupyter_server_extension_paths():

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
setup(
1414
name='pylantern',
15-
version='0.1.1',
15+
version='0.1.2',
1616
description='Analytics library',
1717
long_description=long_description,
1818
url='https://github.com/timkpaine/lantern',
19-
download_url='https://github.com/timkpaine/lantern/archive/v0.1.1.tar.gz',
19+
download_url='https://github.com/timkpaine/lantern/archive/v0.1.2.tar.gz',
2020
author='Tim Paine',
2121
author_email='timothy.k.paine@gmail.com',
2222
license='Apache 2.0',

0 commit comments

Comments
 (0)