Skip to content

Commit

Permalink
Preparing for v0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Pulgarin committed Jun 20, 2022
1 parent 47d0d31 commit 3388b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
commit = True
tag = True

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name='konfug',
py_modules=['konfug'],
version='0.0.4',
version='0.0.5',
description='The configuration source for all your projects',
author='Sergio Pulgarin',
license='BSD',
Expand All @@ -30,6 +30,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development',
Expand Down

0 comments on commit 3388b93

Please sign in to comment.