Skip to content

Commit

Permalink
start 0.2.5-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mattja committed Feb 20, 2022
1 parent 8ff5929 commit 1512e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.3-dev'
release = '0.2.5-dev'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .integrate import (SDEValueError, itoint, stratint, itoEuler, stratHeun,
itoSRI2, stratSRS2, stratKP2iS)

__version__ = '0.2.4'
__version__ = '0.2.5-dev'

0 comments on commit 1512e34

Please sign in to comment.