Skip to content

Commit

Permalink
Update version 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 24, 2024
1 parent 250f156 commit 7a8af32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion physics_driven_ml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from physics_driven_ml.utils import ModelConfig, get_logger # noqa: F401


__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = "Nacime Bouziani"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

setup(
name="physics-driven-ml",
version="0.1.1",
version="0.1.2",
description="Physics-driven machine learning using the Firedrake and PyTorch libraries",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 7a8af32

Please sign in to comment.