Skip to content

Commit e27c0e4

Browse files
committed
Version bump.
1 parent 340415e commit e27c0e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dolo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ('0', '4', '9', '10')
1+
__version_info__ = ('0', '4', '9', '11')
22
__version__ = '.'.join(__version_info__)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dolo"
3-
version = "0.4.9.10"
3+
version = "0.4.9.11"
44
description = "Economic Modeling in Python"
55
authors = ["Winant Pablo <[email protected]>"]
66
license="BSD-2-Clause"

0 commit comments

Comments
 (0)