Skip to content

Commit 8d6836e

Browse files
committed
Bump version number and fix README
1 parent c0bf069 commit 8d6836e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Linting can be customised with a `.pylintrc` file in the root of the current wor
2121
* [x] Travis
2222
* [ ] Debugging
2323
* [x] Linting
24-
* [ ] Lint on save of file
24+
* [x] Lint on save of file
2525
* [ ] Intellisense
2626
* [ ] Formatting
2727
* [x] Snippets

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"displayName": "Python for VSCode",
55
"title": "Python for VSCode",
66
"description": "Python language extension for vscode",

0 commit comments

Comments
 (0)