Skip to content

Commit

Permalink
version v0.0.4rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Aug 11, 2023
1 parent cf4ed74 commit 83c3799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion redfs/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 0, 4, 'dev-1')
VERSION = (0, 0, 4, 'RC')
__version__ = '.'.join(map(str, VERSION))
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
license='MIT',
packages=find_packages(exclude=('tests', 'docs')),
classifiers=[
# 'Development Status :: 5 - Production/Stable',
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
# 'Development Status :: 4 - RC',
'Intended Audience :: Developers',
'Programming Language :: Python',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 83c3799

Please sign in to comment.