diff --git a/PIP_MEMO.md b/PIP_MEMO.md new file mode 100644 index 0000000..f7cb645 --- /dev/null +++ b/PIP_MEMO.md @@ -0,0 +1,3 @@ +python3 setup.py sdist bdist_wheel +python3 -m twine upload dist/* + diff --git a/setup.py b/setup.py index f735893..541584c 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="resultsFile", - version='2.3', + version='2.4', author="Anthony Scemama", author_email="scemama@irsamc.ups-tlse.fr", description="Module for reading output files of quantum chemistry codes.",