Skip to content

Commit

Permalink
Merge pull request #167 from ImperialCollegeLondon/prepare-v1.1.0
Browse files Browse the repository at this point in the history
Update version number to 1.1.0
  • Loading branch information
tomjholland authored Nov 29, 2024
2 parents ef04ba7 + 0bd25e2 commit e08c804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyprobe/cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from pyprobe.filters import Procedure
from pyprobe.readme_processor import process_readme

__version__ = "1.0.3"
__version__ = "1.1.0"


class Cell(BaseModel):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = [

[project]
name = "PyProBE"
version = "1.0.3"
version = "1.1.0"
requires-python = ">=3.11"
dependencies = [
"numpy", # for numerical operations
Expand Down

0 comments on commit e08c804

Please sign in to comment.