Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VIA-s-acc committed Sep 26, 2023
1 parent f568ece commit 178d46e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from setuptools import setup, find_packages

setup(name='UniMathLib',
version='0.0.8',
version='0.0.8.1',
license = "GNU GPLv3",
url = "https://github.com/VIA-s-acc/UnivMathLib2",
description="""UniMathLib is a Python library that provides essential tools for
working with mathematical vectors and matrices. It simplifies tasks like vector
and matrix operations, linear system solving, determinant calculation, and more.
Expand Down

0 comments on commit 178d46e

Please sign in to comment.