From 0ca64a72afe4df930feed1bcd2d8766a0af2d89a Mon Sep 17 00:00:00 2001 From: Marco Raveri Date: Sun, 22 Sep 2024 09:49:53 +0200 Subject: [PATCH] Update --- README.rst | 4 +++- setup.py | 2 +- tensiometer/__init__.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 745e808..4531831 100644 --- a/README.rst +++ b/README.rst @@ -107,4 +107,6 @@ Then you can issue the command:: Acknowledgements ================ -We thank Samuel Goldstein, Shivam Pandey for help developing the code. \ No newline at end of file +We thank Samuel Goldstein, Shivam Pandey for help developing the code. + +**************** \ No newline at end of file diff --git a/setup.py b/setup.py index 1c1f056..d4aab9e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def get_long_description(): with open('README.rst', encoding='utf-8-sig') as f: lines = f.readlines() i = -1 - while '=====' not in lines[i]: + while '****************' not in lines[i]: i -= 1 return ''.join(lines[:i]) diff --git a/tensiometer/__init__.py b/tensiometer/__init__.py index 4f37431..89ff9d3 100644 --- a/tensiometer/__init__.py +++ b/tensiometer/__init__.py @@ -1,4 +1,4 @@ # info: __author__ = 'Marco Raveri' -__version__ = "1.0.0" +__version__ = "1.0.1" __url__ = "https://tensiometer.readthedocs.io" \ No newline at end of file