Skip to content

Commit 3e5f0dc

Browse files
authored
updated version
1 parent d0f16be commit 3e5f0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='easy_trilateration',
10-
version='0.1.0',
10+
version='0.1.1',
1111
description='Easy Least-Squares trilateration using scipy',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
@@ -24,4 +24,4 @@
2424
'Development Status :: 1 - Planning',
2525
'Intended Audience :: Science/Research',
2626
],
27-
)
27+
)

0 commit comments

Comments
 (0)