Skip to content

Commit

Permalink
update version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongnb14 committed Mar 22, 2024
1 parent 2ef2d0e commit 1c2bf8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Install

::

pip install git+https://github.com/cuongnb14/django-admin-extended.git@v3.2.1#egg=django-admin-extended
pip install git+https://github.com/cuongnb14/django-admin-extended.git@v5.0#egg=django-admin-extended

Setting
=======
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
from setuptools import find_packages, setup

VERSION = '5.0'
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()

Expand All @@ -9,7 +10,7 @@

setup(
name='django-admin-extended',
version='3.2.1',
version=VERSION,
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 1c2bf8a

Please sign in to comment.