Skip to content

Commit

Permalink
Bump up version, update classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
y10h committed Feb 21, 2021
1 parent 24a8c3e commit 739279f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os

version = '0.3rc1'
version = '0.4'

setup(name='YDbf',
version=version,
Expand All @@ -13,11 +13,16 @@
each record is a dict.
""",
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Database',
'Topic :: Software Development :: Libraries :: Python Modules',
],
Expand Down

0 comments on commit 739279f

Please sign in to comment.