Skip to content

Commit

Permalink
Merge pull request #31 from greglucas/rel-0.7
Browse files Browse the repository at this point in the history
REL: Bumping version to 0.7.0
  • Loading branch information
greglucas committed Jan 29, 2023
2 parents 0bfed27 + 0b2c795 commit fb3ccad
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install cibuildwheel
run: pipx install cibuildwheel==2.11.2
run: pipx install cibuildwheel==2.12.0
- id: set-matrix
run: |
MATRIX=$(
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors:
Atmospheric and Space Physics (LASP)
orcid: "https://orcid.org/0000-0003-1331-1863"
title: "pymsis"
version: v0.6.0
version: v0.7.0
doi: 10.5281/zenodo.5348502
date-released: 2012-11-14
url: "https://github.com/SWxTREC/pymsis"
date-released: 2023-01-27
url: "https://github.com/SWxTREC/pymsis"
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ you make use of this model in a publication.

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5348502.svg)](https://doi.org/10.5281/zenodo.5348502)

> Lucas, G. (2022). pymsis [Computer software]. [doi:10.5281/zenodo.5348502](https://doi.org/10.1029/2022JA030896)
> Lucas, G. (2022). pymsis [Computer software]. [doi:10.5281/zenodo.5348502](https://doi.org/10.5281/zenodo.5348502)
### MSIS2.1

Expand Down Expand Up @@ -110,21 +110,21 @@ are given below.

The easiest way to install pymsis is to install from PyPI.

``` bash
```bash
pip install pymsis
```

For the most up-to-date pymsis, you can install directly from the git
repository

``` bash
```bash
pip install git+https://github.com/SWxTREC/pymsis.git
```

or to work on it locally, you can clone the repository and install the
test dependencies.

``` bash
```bash
git clone https://github.com/SWxTREC/pymsis.git
cd pymsis
pip install .[tests]
Expand Down Expand Up @@ -152,6 +152,6 @@ ideas on how to achieve this remote installation are provided in the

3. **Install the Python package**

``` bash
```bash
pip install .
```
2 changes: 1 addition & 1 deletion pymsis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Python interface to the MSIS codes."""


__version__ = "0.6.0"
__version__ = "0.7.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [

[project]
name = "pymsis"
version = "0.6.0"
version = "0.7.0"
description = "A Python wrapper around the NRLMSIS model."
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit fb3ccad

Please sign in to comment.