From df49761c2e98f8a70cee1e49bfb3ee1bc79aa739 Mon Sep 17 00:00:00 2001 From: Simon Gravelle Date: Fri, 7 Jul 2023 15:41:52 +0200 Subject: [PATCH] publishing new release --- .gitignore | 1 + CITATION.cff | 2 +- README.rst | 2 +- docs/source/conf.py | 2 +- setup.py | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 607534fd..77534afc 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ nmrformd.egg-info/ dist/ build/ **/_* +save.sh .tox/ docs/bin/ diff --git a/CITATION.cff b/CITATION.cff index 236b0224..6ce9f603 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,6 +5,6 @@ authors: given-names: Simon orcid: "https://orcid.org/0000-0003-2149-6706" title: "NMRforMD" -version: 0.1.0 +version: 0.1.1 doi: "DOI: 10.5281/zenodo.6821215" date-released: 2022-07-23 diff --git a/README.rst b/README.rst index 24c30860..0c91bae8 100644 --- a/README.rst +++ b/README.rst @@ -67,7 +67,7 @@ Publish a new pip version by following those |instructions|. python3 setup.py sdist -3 - Create a new release on Github using the generated tar.gz file +3 - Create a new release on Github using the generated tar.gz file locqted in dist/ 4 - Update the link in setup.py diff --git a/docs/source/conf.py b/docs/source/conf.py index b37268ce..a1c52742 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,7 @@ author = 'Simon Gravelle' version = '0.1' -release = '0.1.0' +release = '0.1.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index bf10dec2..d57164bb 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ from setuptools import setup setup(name='nmrformd', - version='v0.1.0', - description='Calculate NMR relaxation time from \ + version='v0.1.1', + description='Calculate dipolar NMR relaxation time from \ molecular dynamics trajectory file', long_description=open('README.rst').read(), long_description_content_type='text/x-rst',