Skip to content

Commit

Permalink
+ Changed version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Jun 7, 2021
1 parent 30bb8a0 commit 15f4a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gura Python parser

This repository contains the implementation of a [Gura][gura] (compliant with version 0.1.0) format parser in Python.
This repository contains the implementation of a [Gura][gura] (compliant with version 1.0.0) format parser in Python.


## Installation
Expand Down
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__ = "0.3.1"
__version__ = "1.0.0"

loads = loads
dumps = dumps
Expand Down

0 comments on commit 15f4a81

Please sign in to comment.