| commit | 96f42d28902a1163f137594374cea1df7ab6b291 | [log] [tgz] |
|---|---|---|
| author | Pierre Jeambrun <pierrejbrun@gmail.com> | Sun Jun 18 21:51:27 2023 +0200 |
| committer | GitHub <noreply@github.com> | Sun Jun 18 21:51:27 2023 +0200 |
| tree | 463f3d36bb7b0c021cb81a1d150f67af136043a6 | |
| parent | a277b8e850a8ca6669f2e45bfc705b0c38db000d [diff] |
Fix setup.py version (#83)
diff --git a/setup.py b/setup.py index f3a0197..fc2d38c 100644 --- a/setup.py +++ b/setup.py
@@ -25,7 +25,7 @@ from setuptools import find_packages, setup # noqa: H301 -VERSION = "2.6.1" +VERSION = "2.6.2" # To install the library, run the following # # python setup.py install