Skip to content

Commit

Permalink
prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattja committed Oct 30, 2015
1 parent 003e38c commit dcfb00f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.1.2-dev'
release = '0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion sdeint/__init__.py
Expand Up @@ -4,4 +4,4 @@
from .integrate import (SDEValueError, itoint, stratint, itoEuler, stratHeun,
itoSRI2, stratSRS2, stratKP2iS)

__version__ = '0.1.2-dev'
__version__ = '0.2.0'
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -37,6 +37,7 @@ def run_tests(self):
name='sdeint',
version=find_version('sdeint', '__init__.py'),
url='http://github.com/mattja/sdeint/',
bugtrack_url='https://github.com/mattja/sdeint/issues',
license='GPLv3+',
author='Matthew J. Aburn',
install_requires=['numpy>=1.6'],
Expand All @@ -48,6 +49,7 @@ def run_tests(self):
packages=['sdeint'],
platforms='any',
zip_safe=False,
keywords = ['stochastic', 'differential equations', 'SDE', 'SODE'],
classifiers = [
'Programming Language :: Python',
'Development Status :: 2 - Pre-Alpha',
Expand Down

0 comments on commit dcfb00f

Please sign in to comment.