8000 Implement PEP 526 Variable Annotations Syntax by ilevkivskyi · Pull Request #16 · python/typed_ast · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Implement PEP 526 Variable Annotations Syntax #16

Merged
merged 17 commits into from
Sep 27, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unnecessary/duplicate version string
  • Loading branch information
ddfisher authored Sep 27, 2016
commit 476025ae46119d9617a403404c92cfa0a7521e78
2 changes: 1 addition & 1 deletion typed_ast/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'

0