Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janluke committed Mar 26, 2020
1 parent 17471fa commit ab4bcc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Gianluca Gippetto"""
__email__ = '[email protected]'
__version__ = '0.2.0'
__version__ = '0.3.0'

# flake8: noqa F401
from ._cloup import (
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True

Expand All @@ -26,3 +26,4 @@ collect_ignore = ['setup.py']

[mypy]
ignore_missing_imports = True

5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
author_email='[email protected]',
python_requires='>=3.5',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand All @@ -31,7 +30,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
description="Option groups for pallets/click",
description="Option groups and subcommand help sections for pallets/click",
install_requires=requirements,
license="MIT license",
long_description=readme + '\n\n' + history,
Expand All @@ -43,6 +42,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/janLuke/cloup',
version='0.2.0',
version='0.3.0',
zip_safe=False,
)

0 comments on commit ab4bcc5

Please sign in to comment.