Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Apr 18, 2022
1 parent 6e6e6de commit 8c7b9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion menagerie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from menagerie.generate import generate
from menagerie.new_project import new_project

__version__ = '0.0.5'
__version__ = '0.0.6'
__help__ = """
Usage:
menagerie new-project [name] : Creates a new menagerie project with a given name
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = menagerie-docs
author = bwc9876
author_email = [email protected]
version = 0.0.5
version = 0.0.6
url = https://github.com/Bwc9876/menagerie
description = A static site generator made for MarkDown, HTML, JsonSchema, XMLSchema, and more
long_description = file: README.md
Expand Down

0 comments on commit 8c7b9c3

Please sign in to comment.