Skip to content

Commit

Permalink
bump version 0.0.6 -> 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 16, 2024
1 parent 4749790 commit 75106df
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ jobs:
- run: |
mkdir -p dist
maturin build --release --interpreter python --out .
pip install navis_fastcore-0.0.6-cp39-abi3-win_amd64.whl
pip install navis_fastcore-0.0.7-cp39-abi3-win_amd64.whl
name: Install and test package
- run: pytest --verbose
2 changes: 1 addition & 1 deletion R/nat.fastcore/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: nat.fastcore
Title: Re-implementation of nat core functions in Rust
Version: 0.0.6
Version: 0.0.7
Authors@R:
person("Philipp", "Schlegel", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5633-1314"))
Expand Down
2 changes: 1 addition & 1 deletion R/nat.fastcore/src/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'nat_fastcore'
version = '0.0.6'
version = '0.0.7'
edition = '2021'

[lib]
Expand Down
2 changes: 1 addition & 1 deletion fastcore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastcore"
version = "0.0.6"
version = "0.0.7"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "navis-fastcore"
version = "0.0.6"
version = "0.0.7"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions py/navis_fastcore/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.0.6"
__version_vector__ = (0, 0, 6)
__version__ = "0.0.7"
__version_vector__ = (0, 0, 7)
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "navis-fastcore"
version = "0.0.6"
version = "0.0.7"
description = "NAVis core functions reimplemented in Rust."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 75106df

Please sign in to comment.