Skip to content

Commit

Permalink
Update version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani authored Jan 20, 2024
1 parent 5322efc commit 2082368
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions physics_driven_ml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
from physics_driven_ml.evaluation import * # noqa: F401
from physics_driven_ml.utils import ModelConfig, get_logger # noqa: F401


__version__ = "0.1.0"
__author__ = "Nacime Bouziani"


# Add data directory path to environment variables
package_dir = os.path.abspath(__path__[0])
os.environ["DATA_DIR"] = os.path.join(os.path.dirname(package_dir), "data")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="physics-driven-ml",
version="1.0",
version="0.1.0",
description="Physics-driven machine learning using the Firedrake and PyTorch libraries",
author="Nacime Bouziani",
author_email="[email protected]",
Expand Down

0 comments on commit 2082368

Please sign in to comment.