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 5a24623 commit ceccb64Copy full SHA for ceccb64
README.md
@@ -71,7 +71,7 @@ python -m lpg --help
71
Planned available languages:
72
73
- [ ] python
74
-- [ ] python3
+- [x] python3 (thanks [@dancikmad](https://github.com/dancikmad))
75
- [ ] javascript
76
- [ ] typescript
77
- [x] c
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "leetcode-project-generator"
9
-version = "1.1.2"
+version = "1.2.0"
10
authors = [
11
{ name = "Konrad Guzek", email = "[email protected]" },
12
]
0 commit comments