We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddff827 commit 3c5ec2dCopy full SHA for 3c5ec2d
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+**2.0.13 - 09/26/23**
2
+
3
+ - Increment version number
4
5
**2.0.12 - 09/26/23**
6
7
- Address Pandas 2.1 FutureWarnings
src/risk_distributions/__about__.py
@@ -13,7 +13,7 @@
13
__summary__ = "Components for building distributions. Compatible for use with ``vivarium``"
14
__uri__ = "https://github.com/ihmeuw/risk_distributions"
15
16
-__version__ = "2.0.11"
+__version__ = "2.0.13"
17
18
__author__ = "The risk_distributions developers"
19
__email__ = "vivarium.dev@gmail.com"
0 commit comments