Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutsuro committed Mar 27, 2023
1 parent 4efcf7d commit 7cef688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![punycode logo](/image/logo.png)
![punycode logo](https://raw.githubusercontent.com/Yutsuro/punycode/main/image/logo.png)

**Punycode Converter Library for Python**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def _requirements():
setup(
name=package_name,
description='Punycode Converter Library for Python',
version='0.2.0',
version='0.2.1',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/Yutsuro/punycode',
Expand Down

0 comments on commit 7cef688

Please sign in to comment.