Skip to content

Commit

Permalink
file name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp2310 committed Sep 13, 2022
1 parent 30c4957 commit 5a73d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectAliceSK/create/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def createBaseFiles(self):

self.createTemplateFile(
outputPath=self._skillPath / 'mypy_requirements.txt',
templateFile='requirements.txt'
templateFile='mypy_requirements.txt'
)

self.createTemplateFile(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
setup(
name='projectalice-sk',
author='ProjectAlice',
version='2.3.3',
version='2.3.4',
maintainer='Psychokiller1888',
maintainer_email='[email protected]',
description='Project Alice skill kit',
Expand Down

0 comments on commit 5a73d05

Please sign in to comment.