Skip to content

Commit 99cbd76

Browse files
committedOct 29, 2016
beta 3
1 parent 490b8d0 commit 99cbd76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ def read(fname):
1212
return open(os.path.join(os.path.dirname(__file__), fname)).read()
1313

1414
setup(name='array_to_latex',
15-
version='0.35b2',
15+
version='0.35b3',
1616
description='Return Numpy arrays as formatted LaTeX arrays.',
1717
author='Joseph C. Slater',
1818
author_email='joseph.c.slater@gmail.com',
1919
url='https://github.com/josephcslater/array_to_latex/',
20-
download_url='https://github.com/josephcslater/array_to_latex/archive/0.35b2.tar.gz',
20+
download_url='https://github.com/josephcslater/array_to_latex/archive/0.35b3.tar.gz',
2121
packages=['array_to_latex'],
2222
long_description = read('README.rst'),
2323
keywords=['latex','array','format','numpy'],

0 commit comments

Comments
 (0)