Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Feb 22, 2023
1 parent 9adb3a7 commit e984b94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kalong/__init__.py
@@ -1,5 +1,5 @@
"""A new take on debugging"""
__version__ = "0.4.2"
__version__ = "0.4.3"
import os
import sys

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kalong"
version = "0.4.2"
version = "0.4.3"
description = "A new take on python debugging"
authors = ["Florian Mounier <paradoxxx.zero@gmail.com>"]
license = "GPLv3+"
Expand Down
2 changes: 1 addition & 1 deletion src/index.jsx
Expand Up @@ -20,4 +20,4 @@ if (
)
}

export const VERSION = '0.4.2'
export const VERSION = '0.4.3'

0 comments on commit e984b94

Please sign in to comment.