👷 clickgen v1.1.9

This commit is contained in:
ful1e5 2021-03-21 19:49:15 +05:30
parent 7544517685
commit c4bb105a5b
2 changed files with 2 additions and 1 deletions

View file

@ -153,3 +153,4 @@ class BitmapsGenerator {
} }
} }
export { BitmapsGenerator }; export { BitmapsGenerator };
export { BitmapsGenerator };

View file

@ -12,7 +12,7 @@ setup(
package_dir={"bbpkg": "bbpkg"}, package_dir={"bbpkg": "bbpkg"},
author="Kaiz Khatri", author="Kaiz Khatri",
author_email="kaizmandhu@gamil.com", author_email="kaizmandhu@gamil.com",
install_requires=["clickgen==1.1.8"], install_requires=["clickgen==1.1.9"],
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",