Skip to content

Commit d4a8ad5

Browse files
committed
bump version to 0.1.4
1 parent e620665 commit d4a8ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jse/entry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .editor import *
77
from .bash import *
88

9-
VERSION = "0.1.3"
9+
VERSION = "0.1.4"
1010

1111
# AliasedGroup allows commands to be shortened, so 'd', 'del', and 'delete'
1212
# can all be used for the delete sub command

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jse"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Quickly edit json files from the command line"
55
authors = ["Brian Jubelirer <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)