Skip to content

Commit c72ddb5

Browse files
committed
bump version
1 parent 4dc7508 commit c72ddb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

autoslug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
from autoslug.fields import AutoSlugField
1212

1313

14-
__version__ = '1.9.4-dev'
14+
__version__ = '1.9.4'
1515
__all__ = ['AutoSlugField']

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
readme = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
2222

2323
setup(
24-
name = 'django-autoslug',
24+
name = 'lc-django-autoslug',
2525
version = __version__,
2626
packages = ['autoslug'],
2727

@@ -35,8 +35,8 @@
3535
long_description = readme,
3636
author = 'Andy Mikhailenko',
3737
author_email = '[email protected]',
38-
url = 'https://github.com/neithere/django-autoslug/',
39-
download_url = 'https://github.com/neithere/django-autoslug/archive/master.zip',
38+
url = 'https://github.com/LeetCode-OpenSource/django-autoslug/',
39+
download_url = 'https://github.com/LeetCode-OpenSource/django-autoslug/archive/master.zip',
4040
license = 'GNU Lesser General Public License (LGPL), Version 3',
4141
keywords = 'django field slug auto unique transliteration i18n',
4242
classifiers = [

0 commit comments

Comments
 (0)