Commit 91978b9 1 parent 08a16a8 commit 91978b9 Copy full SHA for 91978b9
File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
22
author = 'Milad Leyli-abadi'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.1'
25
+ release = '0.1.0'
26
+ version = '0.1'
26
27
27
28
# -- General configuration ---------------------------------------------------
28
29
Original file line number Diff line number Diff line change 6
6
# SPDX-License-Identifier: MPL-2.0
7
7
# This file is part of LIPS, LIPS is a python platform for power networks benchmarking
8
8
9
+ __version__ = "0.1.0"
Original file line number Diff line number Diff line change 9
9
import setuptools
10
10
from setuptools import setup
11
11
12
+
13
+ __version__ = '0.1.0'
14
+
12
15
pkgs = {
13
16
"required" : [
14
17
"numpy==1.21.5" ,
24
27
"recommended" : [
25
28
"grid2op>=1.7.2" ,
26
29
"pybind11==2.8.1" ,
27
- "lightsim2grid>=0.7.0.post1" ,
30
+ "lightsim2grid>=0.7.0.post1" ,
28
31
"leap_net @ https://github.com/BDonnot/leap_net/tarball/master#egg=leap_net" ,
29
32
"protobuf==3.20.1" ,
30
33
"pandapower==2.7.0" ,
61
64
long_description = fh .read ()
62
65
63
66
setup (name = 'lips' ,
64
- version = '0.0.1' ,
67
+ version = __version__ ,
65
68
description = 'LIPS : Learning Industrial Physical Simulation benchmark suite' ,
66
69
long_description = long_description ,
67
70
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments