Skip to content

Commit 8709c4f

Browse files
REL: Update version in master to 1.1.0.dev0.
1 parent 247aa4e commit 8709c4f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/source/release-notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Release Notes
22
-------------
3+
1.1.0
4+
~~~~~
5+
* **1.1.0 is not released yet.**
6+
37
1.0.0
48
~~~~~
59
* The transition of the source code from NumPy to this package is complete.

numpy_financial/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
__version__ = "1.0.0"
2+
__version__ = "1.1.0.dev0"
33

44
from ._financial import *

0 commit comments

Comments
 (0)