From fff562c63f24343b527e0421d35e77b3b16cba3f Mon Sep 17 00:00:00 2001 From: Andrew Moodie Date: Fri, 15 Oct 2021 13:10:20 -0500 Subject: [PATCH 1/3] remove line breaks in readme formatting to be able to upload to pypi --- README.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.rst b/README.rst index cba9d5e8..5190a4df 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,3 @@ -.. |br| raw:: html - -
- ************** pyDeltaRCM ************** @@ -9,13 +5,9 @@ pyDeltaRCM .. image:: https://badge.fury.io/py/pyDeltaRCM.svg :target: https://badge.fury.io/py/pyDeltaRCM -|br| - .. image:: https://joss.theoj.org/papers/10.21105/joss.03398/status.svg :target: https://doi.org/10.21105/joss.03398 -|br| - .. image:: https://github.com/DeltaRCM/pyDeltaRCM/actions/workflows/build.yml/badge.svg :target: https://github.com/DeltaRCM/pyDeltaRCM/actions From a689c89c197c37653603fc2ce4e7c7f697b9ca6c Mon Sep 17 00:00:00 2001 From: Andrew Moodie Date: Fri, 15 Oct 2021 13:12:50 -0500 Subject: [PATCH 2/3] fix version increment --- pyDeltaRCM/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyDeltaRCM/_version.py b/pyDeltaRCM/_version.py index 6a66c64a..ccd1061d 100644 --- a/pyDeltaRCM/_version.py +++ b/pyDeltaRCM/_version.py @@ -4,4 +4,4 @@ def __version__(): Private version declaration, gets assigned to pyDeltaRCM.__version__ during import """ - return '2.1.0' + return '2.1.0a' From ecba7ca3a63b5be0ca46341b4f0d2826c9eaa7f2 Mon Sep 17 00:00:00 2001 From: Andrew Moodie Date: Fri, 15 Oct 2021 13:25:00 -0500 Subject: [PATCH 3/3] pin version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0debf729..ab1f960c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.9' - name: Install dependencies run: | python -m pip install --upgrade pip