Skip to content

Commit 4b515fc

Browse files
committed
version bump
1 parent 06f6cc7 commit 4b515fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pynamical/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .pynamical import *
2-
__version__ = '0.1.2'
2+
__version__ = '0.2'

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'Programming Language :: Python :: 3.6']
3535

3636
setup(name='pynamical',
37-
version='0.1.2',
37+
version='0.2',
3838
description='Model, simulate, and visualize discrete nonlinear dynamical systems',
3939
long_description=long_description,
4040
classifiers=classifiers,
@@ -44,8 +44,8 @@
4444
license='MIT',
4545
platforms='any',
4646
packages=['pynamical'],
47-
install_requires=['pandas>=0.22',
47+
install_requires=['pandas>=0.23',
4848
'numpy>=1.14',
4949
'matplotlib>=2.2',
50-
'numba>=0.37'])
50+
'numba>=0.38'])
5151

0 commit comments

Comments
 (0)