File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
# -- Project information -----------------------------------------------------
21
21
22
22
project = 'geppy'
23
- copyright = '2018-2020 , Shuhua Gao'
23
+ copyright = '2018-2021 , Shuhua Gao'
24
24
author = 'Shuhua Gao'
25
25
26
26
# The short X.Y version
27
- version = '0.1.2 '
27
+ version = '0.1.3 '
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.1.2 '
29
+ release = '0.1.3 '
30
30
31
31
autodoc_mock_imports = ['numpy' , 'deap' , 'sympy' , 'graphviz' ]
32
32
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = "geppy" ,
13
- version = "0.1.2 " ,
13
+ version = "0.1.3 " ,
14
14
license = 'LGPL-3.0 License' ,
15
15
author = "Shuhua Gao" ,
16
16
author_email = "nus.gao.shuhua@gmail.com" ,
32
32
'computational intelligence' , 'genetic programming' ],
33
33
packages = setuptools .find_packages (),
34
34
install_requires = ['deap' ],
35
- download_url = 'https://github.com/ShuhuaGao/geppy/archive/v0.1.2 .tar.gz'
35
+ download_url = 'https://github.com/ShuhuaGao/geppy/archive/v0.1.3 .tar.gz'
36
36
)
37
37
You can’t perform that action at this time.
0 commit comments