Skip to content

Commit 067ef10

Browse files
committed
Update readme.md
1 parent 9d78941 commit 067ef10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ An open-source Python library for adversarial attacks and defenses in deep learn
1111

1212
DeepDefend has not yet been fully tested. Please report any issues you may encounter when using DeepDefend.
1313

14-
## Changes in 0.1.1:
14+
## Changes in 0.1.2:
1515
We've updated DeepDefend, here's what's new:
1616
- 3 new functions under `deepdefend.attacks`
1717
- 3 new functions under `deepdefend.defenses`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
with open("README.md", "r", encoding="utf-8") as fh:
3+
with open("readme.md", "r", encoding="utf-8") as fh:
44
long_description = fh.read()
55

66
setup(

0 commit comments

Comments
 (0)