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 af153da commit 7e1da95Copy full SHA for 7e1da95
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.0
+current_version = 3.0.1
3
commit = True
4
tag = True
5
tag_name = v{new_version}
package.json
@@ -1,6 +1,6 @@
{
"name": "sparkmonitor",
- "version": "3.0.0",
+ "version": "3.0.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__ = '3.0.0'
+__version__ = '3.0.1'
0 commit comments