Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Jun 9, 2020
1 parent 672a512 commit 1cf5aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def compile_KLU():

setup(
name="pybamm",
version=load_version() + ".post7",
version=load_version() + ".post2",
description="Python Battery Mathematical Modelling.",
long_description="description",
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -202,6 +202,6 @@ def compile_KLU():
"pybamm_add_parameter = pybamm.parameters_cli:add_parameter",
"pybamm_rm_parameter = pybamm.parameters_cli:remove_parameter",
"pybamm_install_odes = pybamm.install_odes:main",
],
]
},
)

0 comments on commit 1cf5aac

Please sign in to comment.