Skip to content

Commit

Permalink
Merge pull request #207 from rayosborn:release-preparations
Browse files Browse the repository at this point in the history
Release-preparations
  • Loading branch information
rayosborn committed Dec 18, 2023
2 parents 7602b93 + 60d78fd commit d8599e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
@@ -1,10 +1,10 @@
package:
name: nexusformat
version: "1.0.2"
version: "1.0.3"

source:
git_url: https://github.com/nexpy/nexusformat.git
git_tag: v1.0.2
git_tag: v1.0.3

build:
entry_points:
Expand Down

0 comments on commit d8599e8

Please sign in to comment.