Skip to content

Commit ca805e9

Browse files
committed
version bump for PR
1 parent 0387910 commit ca805e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ clean:
77
find . -name '*~' -exec rm -f {} +
88

99
publish: clean
10-
python3.7 setup.py sdist bdist_wheel
11-
python3.7 -m twine upload dist/*
10+
python3 setup.py sdist bdist_wheel
11+
python3 -m twine upload dist/*
1212

1313
rebuild: clean
14-
python3.7 setup.py install
14+
python3 setup.py install
1515

1616
build:
17-
python3.7 setup.py install
17+
python3 setup.py install

pypykatz/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "0.3.10"
2+
__version__ = "0.3.11"
33
__banner__ = \
44
"""
55
# pypyKatz %s

0 commit comments

Comments
 (0)