Skip to content

Commit c067dc8

Browse files
andrewjlamarchejstucke
authored andcommitted
magic: bump to 0.2.8
1 parent 64c4bbf commit c067dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fact_extractor/install/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def install_apt_dependencies():
2727
apt_install_packages(*APT_DEPENDENCIES)
2828

2929

30-
def _install_magic(version='v0.2.7'):
30+
def _install_magic(version='v0.2.8'):
3131
with OperateInDirectory(BIN_DIR):
3232
sp.run(
3333
[

0 commit comments

Comments
 (0)