Skip to content

Commit 2fe1a4c

Browse files
committed
increment version
1 parent f543ed5 commit 2fe1a4c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

conda/conda_build_config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ python:
33
- 3.6
44
- 3.7
55
- 3.8
6+
- 3.9
7+
- 3.10
8+
- 3.11

dorado/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.5.2"
1+
__version__ = "2.5.3"
22

33
from . import lagrangian_walker
44
from . import parallel_routing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name = 'pydorado',
6-
version = '2.5.2',
6+
version = '2.5.3',
77
license = 'MIT',
88
description = 'dorado - Lagrangian particle routing routine via weighted random walks',
99
author = 'J. Hariharan, K. Wright, P. Passalacqua',

0 commit comments

Comments
 (0)