Skip to content

Commit 7e1da95

Browse files
committed
Bump version to v3.0.1
1 parent af153da commit 7e1da95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.0.1
33
commit = True
44
tag = True
55
tag_name = v{new_version}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparkmonitor",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Jupyter Notebook & Lab extension to monitor Apache Spark jobs from a notebook",
55
"repository": {
66
"type": "git",

sparkmonitor/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# please don't modify this file,
22
# this is automatically updated by bump2version
3-
__version__ = '3.0.0'
3+
__version__ = '3.0.1'

0 commit comments

Comments
 (0)