Skip to content

Commit e845601

Browse files
committed
Add version number
1 parent 1d3c3b5 commit e845601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='tensorpack',
4-
version='0.1',
4+
version='0.0.2',
55
description='A collection of tensor methods from the Meyer lab.',
66
url='https://github.com/meyer-lab/tensorpack',
77
license='MIT',

0 commit comments

Comments
 (0)