From 301038ba8ea9b14c43c8fbeaa47e308e01c58483 Mon Sep 17 00:00:00 2001 From: luponzo86 Date: Sat, 7 Mar 2020 10:32:04 -0800 Subject: [PATCH] version 0.9.8, right before paper publication --- rhapsody/VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rhapsody/VERSION b/rhapsody/VERSION index c81aa44..e3e1807 100644 --- a/rhapsody/VERSION +++ b/rhapsody/VERSION @@ -1 +1 @@ -0.9.7 +0.9.8 diff --git a/setup.py b/setup.py index 1ee65c6..d49a320 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ ) ''' -Publish to PyPI with: +After updating VERSION, publish to PyPI with: $ rm -rf prody_rhapsody.egg-info/ build/ dist/ $ python setup.py sdist bdist_wheel