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 056f653 commit 646e5d3Copy full SHA for 646e5d3
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.1.0
+current_version = 2.1.1
3
commit = True
4
tag = True
5
tag_name = v{new_version}
package.json
@@ -1,6 +1,6 @@
{
"name": "sparkmonitor",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "Jupyter Notebook & Lab extension to monitor Apache Spark jobs from a notebook",
"repository": {
6
"type": "git",
sparkmonitor/_version.py
@@ -1,3 +1,3 @@
# please don't modify this file,
# this is automatically updated by bump2version
-__version__ = '2.1.0'
+__version__ = '2.1.1'
0 commit comments