Skip to content

Commit 646e5d3

Browse files
Riccardo Castellottikrishnan-r
authored andcommitted
v2.1.1
1 parent 056f653 commit 646e5d3

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 = 2.1.0
2+
current_version = 2.1.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": "2.1.0",
3+
"version": "2.1.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__ = '2.1.0'
3+
__version__ = '2.1.1'

0 commit comments

Comments
 (0)