Skip to content

Commit

Permalink
Merge pull request #105 from pybamm-team/beta
Browse files Browse the repository at this point in the history
Update version and development status
  • Loading branch information
TomTranter authored Dec 3, 2021
2 parents 51f2588 + 71d090e commit a2a67a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liionpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .logger import *
from .solvers import *

__version__ = "0.0.1"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description="A battery pack simulator for PyBaMM",
version=main_["__version__"],
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit a2a67a4

Please sign in to comment.