Skip to content

Commit 89482cf

Browse files
committed
Modified version number
1 parent aa7c5c0 commit 89482cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name = 'pyvect',
1111
packages = ['pyvect'],
12-
version = '0.0.1',
12+
version = '1.0.1',
1313
license='MIT',
1414
description = 'Pyvect is a open source python module created for the purpose of simplifying the vector calculations such as finding the angle between vectors, projection of one vector over the other and much more...!',
1515
long_description = long_description,

0 commit comments

Comments
 (0)