diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..98d65e1 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include chronix2grid/getting_started/example/input/generation/patterns/hydro_french.csv +include chronix2grid/getting_started/example/input/generation/patterns/load_weekly_pattern.csv +include chronix2grid/getting_started/example/input/generation/patterns/solar_pattern.npy diff --git a/chronix2grid/__init__.py b/chronix2grid/__init__.py index 7ef5ffe..154a506 100755 --- a/chronix2grid/__init__.py +++ b/chronix2grid/__init__.py @@ -6,4 +6,4 @@ # SPDX-License-Identifier: MPL-2.0 # This file is part of Chronix2Grid, A python package to generate "en-masse" chronics for loads and productions (thermal, renewable) -___version__ = "1.1.0" +___version__ = "1.1.0.post1" diff --git a/chronix2grid/getting_started/__init__.py b/chronix2grid/getting_started/__init__.py new file mode 100755 index 0000000..9a1537e --- /dev/null +++ b/chronix2grid/getting_started/__init__.py @@ -0,0 +1,8 @@ +# Copyright (c) 2019-2022, RTE (https://www.rte-france.com) +# See AUTHORS.txt +# This Source Code Form is subject to the terms of the Mozilla Public License, version 2.0. +# If a copy of the Mozilla Public License, version 2.0 was not distributed with this file, +# you can obtain one at http://mozilla.org/MPL/2.0/. +# SPDX-License-Identifier: MPL-2.0 +# This file is part of Chronix2Grid, A python package to generate "en-masse" chronics for loads and productions (thermal, renewable) + diff --git a/chronix2grid/getting_started/example/__init__.py b/chronix2grid/getting_started/example/__init__.py new file mode 100755 index 0000000..9a1537e --- /dev/null +++ b/chronix2grid/getting_started/example/__init__.py @@ -0,0 +1,8 @@ +# Copyright (c) 2019-2022, RTE (https://www.rte-france.com) +# See AUTHORS.txt +# This Source Code Form is subject to the terms of the Mozilla Public License, version 2.0. +# If a copy of the Mozilla Public License, version 2.0 was not distributed with this file, +# you can obtain one at http://mozilla.org/MPL/2.0/. +# SPDX-License-Identifier: MPL-2.0 +# This file is part of Chronix2Grid, A python package to generate "en-masse" chronics for loads and productions (thermal, renewable) + diff --git a/chronix2grid/getting_started/example/input/__init__.py b/chronix2grid/getting_started/example/input/__init__.py new file mode 100755 index 0000000..9a1537e --- /dev/null +++ b/chronix2grid/getting_started/example/input/__init__.py @@ -0,0 +1,8 @@ +# Copyright (c) 2019-2022, RTE (https://www.rte-france.com) +# See AUTHORS.txt +# This Source Code Form is subject to the terms of the Mozilla Public License, version 2.0. +# If a copy of the Mozilla Public License, version 2.0 was not distributed with this file, +# you can obtain one at http://mozilla.org/MPL/2.0/. +# SPDX-License-Identifier: MPL-2.0 +# This file is part of Chronix2Grid, A python package to generate "en-masse" chronics for loads and productions (thermal, renewable) + diff --git a/docs/conf.py b/docs/conf.py index fe8cf08..d43449e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = 'Antoine Marot, Mario Jothy, Nicolas Megel' # The full version, including alpha/beta/rc tags -release = '1.1.0' +release = '1.1.0.post1' version = '1.1' diff --git a/setup.py b/setup.py index b8ad945..d132ff3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup(name='Chronix2Grid', - version='1.1.0', + version='1.1.0.post1', description='A python package to generate "en-masse" chronics for loads and productions (thermal, renewable)', long_description=long_description, long_description_content_type='text/markdown',