We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1f10c commit 128846bCopy full SHA for 128846b
CHANGELOG.md
@@ -7,3 +7,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
7
## v0.0.1 (2025-01-12)
8
9
Initial release.
10
+
11
+## v0.0.2 (2025-01-12)
12
13
+Fix Minor Issue
package.json
@@ -2,7 +2,7 @@
2
"name": "quickpy",
3
"displayName": "QuickPy",
4
"description": "Execute inline Python code directly in VS Code.",
5
- "version": "0.0.1",
+ "version": "0.0.2",
6
"publisher": "codegyan",
"author": "Prathmesh Yelne",
"engines": {
0 commit comments