Bump version
This commit is contained in:
parent
4281d55b77
commit
76ac160fab
@ -5,7 +5,7 @@ import re
|
||||
from pargv import parse_args
|
||||
|
||||
|
||||
__version__ = '0.2.0'
|
||||
__version__ = '0.3.0'
|
||||
|
||||
|
||||
def magicli(exclude=['main'], glbls=None, argv=None):
|
||||
|
||||
4
setup.py
4
setup.py
@ -8,7 +8,7 @@ with open('README.md') as f:
|
||||
|
||||
setup(
|
||||
name='magicli',
|
||||
version='0.2.0',
|
||||
version='0.3.0',
|
||||
description=description,
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
@ -17,7 +17,7 @@ setup(
|
||||
'magicli',
|
||||
],
|
||||
install_requires=[
|
||||
'pargv'
|
||||
'pargv>=0.2.0'
|
||||
],
|
||||
extras_require={
|
||||
'dev':[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user