We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975e68b commit 1df2ac6Copy full SHA for 1df2ac6
bintut/version.txt
@@ -1 +1 @@
1
-0.3.0
+0.3.1
setup.py
@@ -45,8 +45,9 @@
45
packages=find_packages(),
46
package_data={
47
'bintut.courses.targets': [
48
- 'nx_off-canary_off-x86', 'nx_off-canary_off-x64',
49
- 'nx_on-canary_off-x86', 'nx_on-canary_off-x64',
+ 'fread-nx_off-canary_off-x86', 'fread-nx_off-canary_off-x64',
+ 'fread-nx_on-canary_off-x86', 'fread-nx_on-canary_off-x64',
50
+ 'df-nx_off-canary_off-x86',
51
'winx86.exe'],
52
'bintut': [version_file]
53
},
0 commit comments