Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Aug 17, 2023
1 parent 094dca2 commit 21ac447
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_email",
"version": "0.3.0",
"version": "0.3.1",
"description": "Sending emails from JupyterLab",
"author": "Tim Paine",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_email/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "jupyterlab_email"
description = "Sending emails from JupyterLab"
version = "0.3.0"
version = "0.3.1"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
Expand Down

0 comments on commit 21ac447

Please sign in to comment.