Skip to content

Commit bd9df3a

Browse files
committed
Bump version
1 parent 8687c9e commit bd9df3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
install_requires=['altair', 'vega_datasets', 'pandas'],
1111
python_requires='>=3.6',
1212
license='BSD-3',
13-
version='0.1.0',
13+
version='0.1.1',
1414
description='''Altair Ally is a companion package to Altair, which provides shortcuts to create common plots for exploratory data analysis, particularly those involving visualization of an entire dataset.''',
1515
# Include readme in markdown format, GFM markdown style by default
1616
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)