We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
readme.md
1 parent 9d78941 commit 067ef10Copy full SHA for 067ef10
readme.md
@@ -11,7 +11,7 @@ An open-source Python library for adversarial attacks and defenses in deep learn
11
12
DeepDefend has not yet been fully tested. Please report any issues you may encounter when using DeepDefend.
13
14
-## Changes in 0.1.1:
+## Changes in 0.1.2:
15
We've updated DeepDefend, here's what's new:
16
- 3 new functions under `deepdefend.attacks`
17
- 3 new functions under `deepdefend.defenses`
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-with open("README.md", "r", encoding="utf-8") as fh:
+with open("readme.md", "r", encoding="utf-8") as fh:
4
long_description = fh.read()
5
6
setup(
0 commit comments