Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 3f980a8

Browse files
committed
0.0.3
Signed-off-by: Chris Granger <[email protected]>
1 parent dca60c8 commit 3f980a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Python",
33
"author": "Kodowa",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"source": "https://github.com/LightTable/Python",
66
"desc": "Python language plugin for Light Table",
77
"dependencies": {

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/python "0.0.1"
1+
(defproject com.lighttable/python "0.0.3"
22
:description "Python language plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)