Skip to content

Commit 62041f0

Browse files
committed
update to release v0.1.3
1 parent d30a545 commit 62041f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'geppy'
23-
copyright = '2018-2020, Shuhua Gao'
23+
copyright = '2018-2021, Shuhua Gao'
2424
author = 'Shuhua Gao'
2525

2626
# The short X.Y version
27-
version = '0.1.2'
27+
version = '0.1.3'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.1.2'
29+
release = '0.1.3'
3030

3131
autodoc_mock_imports=['numpy', 'deap', 'sympy', 'graphviz']
3232

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="geppy",
13-
version="0.1.2",
13+
version="0.1.3",
1414
license='LGPL-3.0 License',
1515
author="Shuhua Gao",
1616
author_email="[email protected]",
@@ -32,6 +32,6 @@
3232
'computational intelligence', 'genetic programming'],
3333
packages=setuptools.find_packages(),
3434
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'
3636
)
3737

0 commit comments

Comments
 (0)