Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
feat: release 0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Predeactor <predeactor0@gmail.com>
  • Loading branch information
Predeactor committed Aug 8, 2022
1 parent fff3c99 commit e1a12c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion fabricius/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

class Generator(GeneratorContract):
reporter = Reporter()
files = []

def __init__(self) -> None:
self.files = []

def add_file(self, name: str, extension: Optional[str] = None):
file = FileGenerator(name, extension)
Expand Down
Empty file added fabricius/py.typed
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Fabricius"
version = "0.0.2"
version = "0.0.3"
description = "Fabricius: The supportive templating engine for Python!"
license = "MIT"
authors = ["Predeactor <pro.julien.mauroy@gmail.com>"]
Expand Down

0 comments on commit e1a12c5

Please sign in to comment.