Skip to content

Commit

Permalink
Bump version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jun 25, 2020
1 parent 7feb262 commit c083168
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Changelog

## 0.1.1
* Support for `use_tree()` with inherited scenes
2 changes: 1 addition & 1 deletion godot_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .sections import *
from .tree import *

__version__ = "0.1"
__version__ = "0.1.1"

parse = GDFile.parse

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 @@
if __name__ == "__main__":
setup(
name="godot_parser",
version="0.1",
version="0.1.1",
description="Python library for parsing Godot scene files",
long_description=README + "\n\n" + CHANGES,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c083168

Please sign in to comment.