Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr42 committed Mar 1, 2022
1 parent ec106d3 commit 496a97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion src/icepack/meta.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = 'icepack'
VERSION = '0.5.1'
VERSION = '0.6.0'

SECRET_KEY = 'identity' # nosec No secret
PUBLIC_KEY = 'identity.pub'
Expand Down

0 comments on commit 496a97d

Please sign in to comment.