Skip to content

Commit b3a70ad

Browse files
committed
Bump version to 0.9.10
1 parent 1532cf2 commit b3a70ad

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the JupyterLab Firefox Launcher project will be documente
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.9.9] - 2025-07-31
8+
## [0.9.10] - 2025-07-31
99

1010
### Features
1111

docs/_data/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) 2025 Vantage Compute Corporation.
22
# Project metadata - auto-generated, do not edit manually
3-
version: "0.9.9"
3+
version: "0.9.10"
44
updated: "2025-07-31"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-firefox-launcher",
3-
"version": "0.9.9",
3+
"version": "0.9.10",
44
"description": "JupyterLab extension to launch Firefox in a tab",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "hatchling.build"
1414

1515
[project]
1616
name = "jupyterlab-firefox-launcher"
17-
version = "0.9.9"
17+
version = "0.9.10"
1818
description = "JupyterLab extension to launch Firefox in a tab"
1919
readme = "README.md"
2020
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)