Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed Sep 22, 2024
1 parent c2557a9 commit 0ca64a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,6 @@ Then you can issue the command::
Acknowledgements
================

We thank Samuel Goldstein, Shivam Pandey for help developing the code.
We thank Samuel Goldstein, Shivam Pandey for help developing the code.

****************
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion tensiometer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# info:
__author__ = 'Marco Raveri'
__version__ = "1.0.0"
__version__ = "1.0.1"
__url__ = "https://tensiometer.readthedocs.io"

0 comments on commit 0ca64a7

Please sign in to comment.