Skip to content

Commit

Permalink
Merge pull request #234 from amoodie/fix_readme
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
amoodie authored Oct 15, 2021
2 parents 933f393 + ecba7ca commit 99139d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
.. |br| raw:: html

<div style="line-height: 0; padding: 0; margin: 0"></div>

**************
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

Expand Down
2 changes: 1 addition & 1 deletion pyDeltaRCM/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ def __version__():
Private version declaration, gets assigned to pyDeltaRCM.__version__
during import
"""
return '2.1.0'
return '2.1.0a'

0 comments on commit 99139d2

Please sign in to comment.