Skip to content

Commit

Permalink
Bumped version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Foggalong committed Aug 8, 2024
1 parent 6dc1f5c commit f0d6086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "robustocs"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"numpy >= 1.21",
"scipy >= 1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion robustocs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .utils import print_compare_solutions, check_uncertainty_constraint

__author__ = "Josh Fogg"
__version__ = "0.2.0"
__version__ = "0.2.1"

# controls what's imported on `from robustocs import *`
__all__ = [
Expand Down

0 comments on commit f0d6086

Please sign in to comment.