Skip to content

Commit

Permalink
+ Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Jun 9, 2021
1 parent f3fb9c7 commit 6f643ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gura/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VariableNotDefinedError, DuplicatedImportError, loads, dumps
from gura.Parser import ParseError

__version__ = "1.0.0"
__version__ = "1.1.0"

loads = loads
dumps = dumps
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author='JWare',
author_email='jware.organization@gmail.com',
url='https://github.com/gura-conf/gura-python-parser',
download_url='https://github.com/gura-conf/gura-python-parser/archive/refs/tags/1.0.0.tar.gz',
download_url='https://github.com/gura-conf/gura-python-parser/archive/refs/tags/1.1.0.tar.gz',
keywords=['Gura', 'parser', 'loads', 'dumps', 'encode', 'decode'],
install_requires=[
'wheel'
Expand Down

0 comments on commit 6f643ad

Please sign in to comment.