Skip to content

Commit d243eb6

Browse files
committed
v0.1.0
1 parent 529bb8d commit d243eb6

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.0.8"
9+
VERSION = "0.1.0"
1010

1111
class AliasedGroup(click.Group):
1212
def get_command(self, ctx, cmd_name):

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.0.8"
3+
version = "0.1.0"
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)