Skip to content

Commit 244f38c

Browse files
author
swan-admins[bot]
committed
SparkConnector v3.0.9
1 parent bced740 commit 244f38c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SparkConnector/.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.8
2+
current_version = 3.0.9
33
commit = True
44
tag = True
55
tag_name = SparkConnector/v{new_version}

SparkConnector/nbextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparkconnector-nbextension",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"description": "Jupyter Notebook extension to connect to CERN Spark Cluster",
55
"keywords": [
66
"Jupyter",

SparkConnector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swan-cern/sparkconnector",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"description": "Helper to connect to CERN's Spark Clusters",
55
"keywords": [
66
"jupyter",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by Hatchling. As such, do not:
22
# - modify
33
# - track in version control e.g. be sure to add to .gitignore
4-
__version__ = VERSION = '3.0.8'
4+
__version__ = VERSION = '3.0.9'

0 commit comments

Comments
 (0)