Skip to content

Commit

Permalink
Increment version number for bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtuft committed Jan 18, 2024
1 parent a1f0cc5 commit 6464cc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ckernel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""ckernel module __init__.py"""
from __future__ import annotations

__version__ = "0.5.2"
__version__ = "0.5.3"

from . import resource
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
copyright = "2023, Adam Tuft"
author = "Adam Tuft"

release = "0.5.2"
release = "0.5.3"
version = "0.5"

extensions = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.8"
name = "ckernel"
description = "Provides a Jupyter kernel which allows automatic compilation and execution of C/C++ code from a notebook environment."
readme = "README.md"
version = "0.5.2"
version = "0.5.3"
authors = [{ name = "Adam Tuft" }]
dependencies = ["sysv_ipc", "ipykernel", "jupyter_client", "colorama", "notebook"]
license = { text = "BSD-3-Clause" }
Expand Down

0 comments on commit 6464cc6

Please sign in to comment.