Skip to content

Commit

Permalink
SparkConnector v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-admins[bot] committed May 3, 2024
1 parent da476ed commit 5f285fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SparkConnector/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.1
current_version = 3.0.2
commit = True
tag = True
tag_name = SparkConnector/v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion SparkConnector/nbextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparkconnector-nbextension",
"version": "3.0.1",
"version": "3.0.2",
"description": "Jupyter Notebook extension to connect to CERN Spark Cluster",
"keywords": [
"Jupyter",
Expand Down
2 changes: 1 addition & 1 deletion SparkConnector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swan-cern/sparkconnector",
"version": "3.0.1",
"version": "3.0.2",
"description": "Helper to connect to CERN's Spark Clusters",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion SparkConnector/sparkconnector/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
__version__ = VERSION = '3.0.1'
__version__ = VERSION = '3.0.2'

0 comments on commit 5f285fe

Please sign in to comment.