Skip to content

Commit

Permalink
publishing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Jul 7, 2023
1 parent 8eb5001 commit df49761
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ nmrformd.egg-info/
dist/
build/
**/_*
save.sh

.tox/
docs/bin/
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author = 'Simon Gravelle'

version = '0.1'
release = '0.1.0'
release = '0.1.1'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit df49761

Please sign in to comment.