diff --git a/setup.cfg b/setup.cfg index 7acf21e..d0d18ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ classifiers = Programming Language :: Python :: 3 Operating System :: OS Independent License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) - Development Status :: 3 - Alpha + Development Status :: 4 - Beta [options] package_dir = diff --git a/src/icepack/meta.py b/src/icepack/meta.py index 81e5665..8c16b65 100644 --- a/src/icepack/meta.py +++ b/src/icepack/meta.py @@ -1,5 +1,5 @@ NAME = 'icepack' -VERSION = '0.5.1' +VERSION = '0.6.0' SECRET_KEY = 'identity' # nosec No secret PUBLIC_KEY = 'identity.pub'