Skip to content

Commit

Permalink
bump version to v2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ferit Yiğit BALABAN <[email protected]>
  • Loading branch information
fybx committed Dec 21, 2023
1 parent d0e9eee commit 0464eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ In just 5 simple steps, you can start parsing any complicated user input into a
|-------------------------------------------------------------|---------|-------------|
| String, integer, float, and boolean type arguments || [v1.0.0][1] |
| Custom exceptions for tracking user errors in input || [v1.0.0][1] |
| Custom subcommands || [v2.0.0][2] |
| Custom subcommands || [v2.0.0][2] |
| Positional arguments || [v2.1.0][3] |
| Treating quoted strings as single input in `parse_string()` | TO DO | ... |

### Usage
Expand Down Expand Up @@ -73,6 +74,7 @@ Ferit Yiğit BALABAN, <[[email protected]][llmail]>
[0]: https://pypi.org/project/crispy-parser/
[1]: https://github.com/fybx/crispy/releases/tag/v1.0.0
[2]: https://github.com/fybx/crispy/releases/tag/v2.0.0
[3]: https://github.com/fybx/crispy/releases/tag/v2.1.0
[llmail]: mailto:[email protected]
[llwebsite]: https://fybx.dev
[llbento]: https://bento.me/balaban
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='crispy-parser',
version='2.0.2',
version='2.1.0',
packages=['crispy'],
url='https://github.com/fybx/crispy',
license='GNU LGPL-v2.1',
Expand Down

0 comments on commit 0464eac

Please sign in to comment.