Skip to content

Commit 7de4343

Browse files
committed
bump version again and fix dependency ordering
1 parent ddbd320 commit 7de4343

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
tree_sitter==0.21.1
1+
tree_sitter==0.21.3
22
requests==2.25.1
33
GitPython==3.1.18

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
download_url = 'https://github.com/cedricrupb/code_ast/archive/refs/tags/v0.1.0.tar.gz',
1818
keywords = ['code', 'ast', 'syntax', 'program', 'language processing'],
1919
install_requires=[
20-
'tree_sitter==0.21.1',
21-
'requests==2.25.1',
20+
'tree_sitter==0.21.3',
2221
'GitPython==3.1.18',
22+
'requests==2.25.1',
2323
],
2424
classifiers=[
2525
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)