diff --git a/davisinteractive/__init__.py b/davisinteractive/__init__.py index 023a348..132f200 100644 --- a/davisinteractive/__init__.py +++ b/davisinteractive/__init__.py @@ -1,3 +1,3 @@ from __future__ import absolute_import -__version__ = '0.1.10' +__version__ = '1.0.0' diff --git a/setup.cfg b/setup.cfg index 005367a..260cc88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ author = Alberto Montes author-email = al.montes.gomez@gmail.com home-page = https://github.com/albertomontesg/davis-interactive classifiers = - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Intended Audience :: Developers Intended Audience :: Education Intended Audience :: Science/Research @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Topic :: Scientific/Engineering :: Human Machine Interfaces Topic :: Software Development :: Libraries Topic :: Software Development :: Libraries :: Python Modules