Skip to content

Commit

Permalink
Fix six version
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq committed Oct 6, 2020
1 parent dd3f218 commit 7230d1b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion label_studio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Package version
__version__ = '0.7.4.post0'
__version__ = '0.7.4.post1'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ numpy==1.17.4
python-dateutil==2.8.1
pytz==2019.3
requests==2.22.0
six==1.12.0
six>=1.13.0
srsly==0.2.0
tqdm==4.40.2
urllib3==1.25.7

0 comments on commit 7230d1b

Please sign in to comment.