Skip to content

Commit

Permalink
Bump version: 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Sep 6, 2023
1 parent 97dea84 commit 0f57529
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eigs_rs"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["Floris Laporte <floris.laporte@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion python/eigs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Floris Laporte"
__version__ = "0.0.2"
__version__ = "0.0.3"

import numpy as np
from scipy.sparse import csc_matrix
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "eigs"
version = "0.0.2"
version = "0.0.3"
authors = [
{ name = "Floris Laporte", email = "floris.laporte@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eigs"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["Floris Laporte <floris.laporte@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 0f57529

Please sign in to comment.