Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e0842aa

Browse files
committed
general: Remove non-ascii char from setup.py
1 parent 31b36ef commit e0842aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pywal/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import pathlib
55

66

7-
__version__ = "0.3.2"
7+
__version__ = "0.3.3"
88

99

1010
# Internal variables.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
version=VERSION,
2121
author="Dylan Araps",
2222
author_email="dylan.araps@gmail.com",
23-
description="🎨 Generate and change colorschemes on the fly",
23+
description="Generate and change colorschemes on the fly",
2424
long_description=DESC,
2525
license="MIT",
2626
url="https://github.com/dylanaraps/pywal",

0 commit comments

Comments
 (0)