Skip to content

Commit

Permalink
Changed short description
Browse files Browse the repository at this point in the history
  • Loading branch information
janthmueller committed Jul 11, 2024
1 parent 22765b1 commit 7cc51bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=find_packages(exclude=["tests"]),
author="Jan T. Müller",
author_email="[email protected]",
description="Transforms a string representation of a Python literal into the corresponding Python object.",
description="The Swizzle Decorator enables the retrieval of multiple attributes, similar to swizzling in computer graphics.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/janthmueller/swizzle",
Expand Down
2 changes: 1 addition & 1 deletion swizzle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
import types

__version__ = "0.1.2"
__version__ = "0.1.3"

def _split(s, sep):
if sep == '':
Expand Down

0 comments on commit 7cc51bb

Please sign in to comment.