Skip to content

Commit 3de3a68

Browse files
committed
Bump version number to 0.9.1-dev in __init__.py and package.json
1 parent a90e00f commit 3de3a68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

delve/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This file is part of the Delve project, which is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
33
# See the LICENSE file in the root of this repository for details.
44

5-
__version__ = "0.9.0-dev"
5+
__version__ = "0.9.1-dev"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "delve",
3-
"version": "0.9.0-dev",
3+
"version": "0.9.1-dev",
44
"description": "A data tool",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)