Update version

This commit is contained in:
Andrew Ferrazzutti 2022-04-29 09:55:30 -04:00
parent 9e8541772d
commit 4c0f2346d8
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1,2 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
__author__ = "Andrew Ferrazzutti <fair@miscworks.net>"

View File

@ -63,7 +63,6 @@ setuptools.setup(
],
package_data={
"matrix_appservice_kakaotalk": ["example-config.yaml"],
"matrix_appservice_kakaotalk.web": ["static/*", "static/**/*"],
},
data_files=[
(".", ["matrix_appservice_kakaotalk/example-config.yaml"]),