Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Apr 24, 2022
1 parent 9daeb64 commit cf1ab80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ A static site generator that supports:

# Documentation

Documentation for how to use menagerie is located at [https://bwc9876.github.io/menagerie/]
Documentation for how to use menagerie is located at [https://bwc9876.github.io/menagerie/](https://bwc9876.github.io/menagerie/)


# Contributing

To contribute to menagerie, take a look at (CONTRIBUTING.md)[https://github.com/Bwc9876/menagerie/CONTRIBUTING.md]
To contribute to menagerie, take a look at [CONTRIBUTING.md](https://github.com/Bwc9876/menagerie/CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion docs/content/pages/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sort_Priority: 90
# Pages

Pages are the actual content the user sees. The page you're currently looking at is
a [markdown page](https://github.com/Bwc9876/menagerie/blob/master/docs/content/pages/pages.md){target='_blank'}.
a [markdown page](https://github.com/Bwc9876/menagerie/blob/master/docs/content/pages/pages.md?plain=1){target='_blank'}.

# Adding Pages

Expand Down
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.8'
__version__ = '0.0.9'
__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.8
version = 0.0.9
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 cf1ab80

Please sign in to comment.