Skip to content

Commit b8c07ba

Browse files
committed
Version bump
1 parent 2318ca8 commit b8c07ba

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Lark.js",
33
"description": "live port of the Lark standalone parser to Javascript",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"scripts": {
66
"test": "mocha"
77
},

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Lark-js"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "An extension to Lark that generates a Javascript standalone"
55
authors = ["Erez Shin <erezshin@gmail.com>"]
66
license = "MIT"
@@ -10,7 +10,6 @@ documentation = "https://lark.readthedocs.io/en/latest/"
1010
classifiers = [
1111
"Development Status :: 4 - Beta",
1212
"Intended Audience :: Developers",
13-
"Programming Language :: Python :: 2.7",
1413
"Programming Language :: Python :: 3",
1514
"Topic :: Software Development :: Libraries :: Python Modules",
1615
"Topic :: Text Processing :: General",

0 commit comments

Comments
 (0)