Skip to content

Commit b518474

Browse files
Apply suggestions from code review
Co-authored-by: Saransh Chopra <[email protected]>
1 parent 1a02147 commit b518474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ classifiers = [
4040
]
4141
{%- if cookiecutter.backend == "hatch" %}
4242
dynamic = ["version"]
43-
dependencies = ["pybamm"]
4443
{%- endif %}
44+
dependencies = ["pybamm"]
4545

4646
[project.optional-dependencies]
4747
dev = [

{{cookiecutter.project_name}}/src/{{cookiecutter.__project_slug}}/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"""
66

77

8-
__version__ = "0.1.0"
8+
__version__ = "0.0.1"
99

1010
__all__ = ("__version__",)

0 commit comments

Comments
 (0)