Skip to content

Commit c1f01aa

Browse files
committed
Ready for version 2
1 parent daef564 commit c1f01aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lookups/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__summary__ = 'DCI lookups in Python (inspired by Netbeans Platform Lookups API)'
2121
__uri__ = 'https://github.com/AxelVoitier/lookups'
2222

23-
__version__ = '0.2.0-dev'
23+
__version__ = '0.2.0'
2424

2525
__author__ = 'Axel Voitier'
2626
__email__ = '[email protected]'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def pipfile_requirements(section, with_version=False):
7979

8080
# Classifiers and Keywords
8181
classifiers=( # https://pypi.org/pypi?%3Aaction=list_classifiers
82-
'Development Status :: 3 - Alpha',
82+
'Development Status :: 4 - Beta',
8383
'Intended Audience :: Developers',
8484
'Topic :: Software Development :: Libraries :: Python Modules',
8585
'Topic :: Software Development :: Object Brokering',

0 commit comments

Comments
 (0)