Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Jul 24, 2023
1 parent 901cf5d commit cc60c62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,6 @@ examples/npy-results/

# Benchmarks
results/

# VCS versioning
_version.py
2 changes: 1 addition & 1 deletion liionpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
from .solvers import GenericActor
from .solvers import RayActor

from .version import version as __version__
from ._version import __version__
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Homepage = "https://github.com/pybamm-team/liionpack"

[tool.hatch]
version.source = "vcs"
build.hooks.vcs.version-file = "src/vector/version.py"
build.hooks.vcs.version-file = "liionpack/_version.py"

0 comments on commit cc60c62

Please sign in to comment.