Skip to content

Commit

Permalink
increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeejay committed Dec 6, 2022
1 parent cd1b4f4 commit 3d2fe59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dorado/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.5.1"
__version__ = "2.5.2"

from . import lagrangian_walker
from . import parallel_routing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = 'pydorado',
version = '2.5.1',
version = '2.5.2',
license = 'MIT',
description = 'dorado - Lagrangian particle routing routine via weighted random walks',
author = 'J. Hariharan, K. Wright, P. Passalacqua',
Expand Down

0 comments on commit 3d2fe59

Please sign in to comment.