Skip to content

Commit c53c5da

Browse files
authored
vesion
1 parent 4a4f0ca commit c53c5da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ def readme():
99
setup(
1010
name="myvectors",
1111
packages=["myvectors"],
12-
version="0.7",
12+
version="0.8",
1313
description=" Exploring VECTOR Mathematics ",
1414
long_description=readme(),
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/SHREYAS1188/vector_python_package",
17-
download_url = "https://github.com/SHREYAS1188/vector_python_package/archive/0.7.tar.gz",
17+
download_url = "https://github.com/SHREYAS1188/vector_python_package/archive/0.8.tar.gz",
1818
author="Shreyas Potdar",
1919
author_email="shreyasmp2001@gmail.com",
2020
license="MIT",

0 commit comments

Comments
 (0)