We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0387910 commit ca805e9Copy full SHA for ca805e9
Makefile
@@ -7,11 +7,11 @@ clean:
7
find . -name '*~' -exec rm -f {} +
8
9
publish: clean
10
- python3.7 setup.py sdist bdist_wheel
11
- python3.7 -m twine upload dist/*
+ python3 setup.py sdist bdist_wheel
+ python3 -m twine upload dist/*
12
13
rebuild: clean
14
- python3.7 setup.py install
+ python3 setup.py install
15
16
build:
17
pypykatz/_version.py
@@ -1,5 +1,5 @@
1
2
-__version__ = "0.3.10"
+__version__ = "0.3.11"
3
__banner__ = \
4
"""
5
# pypyKatz %s
0 commit comments