We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81e9c8 commit 47927c8Copy full SHA for 47927c8
doc/source/release-notes.rst
@@ -1,5 +1,9 @@
1
Release Notes
2
-------------
3
+0.3.0
4
+~~~~~
5
+* **0.3.0 is not released yet.**
6
+
7
0.2.0
8
~~~~~
9
* Removed the use of `numpy.core.overrides.array_function_dispatch` to create
numpy_financial/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.2.0"
+__version__ = "0.3.0.dev0"
from ._financial import *
0 commit comments