Skip to content

Commit 974e842

Browse files
committed
[version] Bump 0.42
No actual code changes here. I accidentally uploaded some vim undo files inside the package added to pypi for 0.41.
1 parent 3b885ec commit 974e842

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you love PyT, please star our project on GitHub to show your support! :star:
2222
[#xxxx]: https://github.com/python-security/pyt/pull/xxxx
2323
[@xxxx]: https://github.com/xxxx
2424
-->
25-
# 0.41
25+
# 0.42
2626
##### November 1st, 2018
2727

2828
#### :boom: Breaking Changes

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
graft pyt/vulnerability_definitions
1+
include pyt/vulnerability_definitions/*.pyt
2+
include pyt/vulnerability_definitions/*.json

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44

5-
VERSION = '0.41'
5+
VERSION = '0.42'
66

77

88
setup(

0 commit comments

Comments
 (0)