diff --git a/manifest.json b/manifest.json index 2e85a55..6a9d52e 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "LeetHub v3", "description": "Automatically integrate your Leetcode & GeeksforGeeks submissions to GitHub", "homepage_url": "https://github.com/raphaelheinz/LeetHub-3.0", - "version": "0.0.5", + "version": "0.0.6", "author": "Raphael Heinz", "action": { "default_icon": "assets/thumbnail.png", diff --git a/scripts/leetcode.js b/scripts/leetcode.js index 158af36..bb738cc 100644 --- a/scripts/leetcode.js +++ b/scripts/leetcode.js @@ -15,6 +15,7 @@ const languages = { 'MS SQL Server': '.sql', Oracle: '.sql', PHP: '.php', + Pandas: '.py', Python: '.py', Python3: '.py', Racket: '.rkt',