Skip to content

Commit a51c91c

Browse files
edit readme
1 parent 280fba6 commit a51c91c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pip install dalle2
1616
```python
1717
from dalle2 import Dalle2
1818

19-
dalle = Dalle2("sess-xxxxxxxxxxxxxxxxxxxxxxxxxxxx")
19+
dalle = Dalle2("sess-xxxxxxxxxxxxxxxxxxxxxxxxxxxx")
2020
generations = dalle.generate("portal to another dimension, digital art")
2121
print(generations)
2222
```

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[metadata]
22
name = dalle2
3-
version = 0.0.4
3+
version = 1.0.0
44
author = ezzcodeezzlife
55
author_email = [email protected]
66
description = Use DALL·E 2 in Python
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
url = https://github.com/xx/xx
9+
url = https://github.com/ezzcodeezzlife/dalle2-in-python
1010
project_urls =
11-
Bug Tracker = https://github.com/xx/xx/issues
11+
Bug Tracker = https://github.com/ezzcodeezzlife/dalle2-in-python/issues
1212
classifiers =
1313
Programming Language :: Python :: 3
1414
License :: OSI Approved :: MIT License

0 commit comments

Comments
 (0)