Increment the major version of the CARA model and the calculator.
This commit is contained in:
parent
db9af9cf04
commit
6aca5164c1
3 changed files with 3 additions and 3 deletions
|
|
@ -5,4 +5,4 @@ Documentation for the CARA package
|
|||
|
||||
"""
|
||||
|
||||
__version__ = "0.0.1.dev0"
|
||||
__version__ = "1.0.0"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ from .user import AuthenticatedUser, AnonymousUser
|
|||
# calculator version. If the calculator needs to make breaking changes (e.g. change
|
||||
# form attributes) then it can also increase its MAJOR version without needing to
|
||||
# increase the overall CARA version (found at ``cara.__version__``).
|
||||
__version__ = "1.5.1"
|
||||
__version__ = "2.0.0"
|
||||
|
||||
|
||||
class BaseRequestHandler(RequestHandler):
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -49,7 +49,7 @@ REQUIREMENTS: dict = {
|
|||
|
||||
setup(
|
||||
name='CARA',
|
||||
version="0.0.1.dev0",
|
||||
version="1.0.0",
|
||||
|
||||
maintainer='Andre Henriques',
|
||||
maintainer_email='andre.henriques@cern.ch',
|
||||
|
|
|
|||
Loading…
Reference in a new issue