diff options
| author | Reza Moradi <reza.moradi@oneflow.com> | 2022-02-26 19:55:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-26 13:55:55 -0500 |
| commit | 0bf1b8761f695e5ae14d9c439a05b151b4a1093d (patch) | |
| tree | 16cad088e9036cf413cf55801a178309de003399 /slugify/__version__.py | |
| parent | d968ca7419e6f4e40685888c56d03bea50fd39d7 (diff) | |
| download | python-slugify-6.1.1.tar.gz | |
remove type hinting (#113)v6.1.1
Diffstat (limited to 'slugify/__version__.py')
| -rw-r--r-- | slugify/__version__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__version__.py b/slugify/__version__.py index e14e887..f971770 100644 --- a/slugify/__version__.py +++ b/slugify/__version__.py @@ -5,4 +5,4 @@ __description__ = 'A Python slugify application that also handles Unicode' __url__ = 'https://github.com/un33k/python-slugify' __license__ = 'MIT' __copyright__ = 'Copyright 2022 Val Neekman @ Neekware Inc.' -__version__ = '6.1.0' +__version__ = '6.1.1' |
