Skip to content

Commit 21a5e24

Browse files
committed
Version bump v10.2.2-beta.3
+ Fix codeintel command (wrong import)
1 parent d5bddc4 commit 21a5e24

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

codeintel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '10.2.2-beta.2'
1+
__version__ = '10.2.2-beta.3'

codeintel/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from oop import main
2+
13
if __name__ == '__main__':
2-
from oop import main
34
main()

0 commit comments

Comments
 (0)