Skip to content

Commit af0ee69

Browse files
committed
Fixed formatting problem in project template
1 parent bfe8dce commit af0ee69

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

grace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.0.0-alpha"
1+
__version__ = "1.0.1-alpha"
22

33
from discord.ext.commands import *

grace/generators/templates/project/{{ cookiecutter.__project_slug }}/bot/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ def _create_bot(app):
66
77
Import is deferred to avoid circular dependency.
88
"""
9-
from bot.{{cookiecutter.__project_slug}} import {{ cookiecutter.\
10-
__project_class }}
9+
from bot.{{cookiecutter.__project_slug}} import {{ cookiecutter.__project_class }}
1110
return {{ cookiecutter.__project_class }}(app)
1211

1312

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools_scm>=8"]
33

44
[project]
55
name = "grace-framework"
6-
version = "1.0.0-alpha"
6+
version = "1.0.1-alpha"
77
authors = [
88
{ name="Simon Roy" }
99
]

0 commit comments

Comments
 (0)