Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Smith authored and Oliver Smith committed Mar 6, 2024
2 parents ed85d29 + 639bfcc commit 55e3d22
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simstock"
version = "0.2.2"
version = "0.2.3"
description = "A Python package for building stock simulations"
authors = [
"Olly Smith <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/simstock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
plot
)

__version__ = "0.2.2"
__version__ = "0.2.3"

__all__ = [
"SimstockDataframe",
Expand Down

0 comments on commit 55e3d22

Please sign in to comment.