Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
athalhammer committed May 15, 2022
1 parent 869f2fb commit a98f11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

setup(
name='erdi8',
version='0.0.2',
version='0.1.0',
url='https://github.com/athalhammer/erdi8',
author='Andreas Thalhammer',
author_email='[email protected]',
description='Count according to lower case alphabet and numbers (without ambiguous 0, 1, and l)',
description='Count according to lower case alphabet and numbers (without ambiguous 0, 1, and l) and always start with a letter',
long_description=long_description,
long_description_content_type="text/markdown",
packages=['erdi8'],
Expand Down

0 comments on commit a98f11e

Please sign in to comment.