Skip to content

Commit

Permalink
docs: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Mar 4, 2024
1 parent f44ac4b commit 9bae056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion milestones/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""


__version__ = '0.5.0'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def is_requirement(line):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.2',
],
packages=find_packages(exclude=["tests"]),
Expand Down

0 comments on commit 9bae056

Please sign in to comment.