Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Akasch committed May 6, 2022
1 parent 2e67c9e commit d8bc26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages


version = '0.2.3'
version = '0.2.4'


def read(*parts):
Expand All @@ -28,9 +28,9 @@ def read(*parts):
long_description=read('README.md'),
long_description_content_type="text/markdown",
author='Nils Rokita, Henning Pridöhl',
author_email='[email protected]',
author_email='[email protected]',
maintainer='Nils Rokita',
maintainer_email='[email protected]',
maintainer_email='[email protected]',
url='https://github.com/fsinfuhh/django_token_bucket',
license='License :: OSI Approved :: MIT License',
packages=find_packages(),
Expand Down

0 comments on commit d8bc26b

Please sign in to comment.