Skip to content

Commit

Permalink
merge main into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Aug 31, 2021
2 parents bce4eaa + 658ee57 commit 625fb00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,8 @@ test.c
# tox
.tox/

# julia
Manifest.toml

# vcpkg
vcpkg_installed/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def compile_KLU():

setup(
name="pybamm",
version=load_version(),
version=load_version() + ".post1",
description="Python Battery Mathematical Modelling.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 625fb00

Please sign in to comment.