Skip to content

Commit ba677be

Browse files
authored
chore: Bump version to 0.2.1
1 parent 6480410 commit ba677be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = output.read()
55

66

7-
__VERSION__ = "0.2.0"
7+
__VERSION__ = "0.2.1"
88

99
setup(
1010
name="flask_google_cloud_logger",
@@ -18,7 +18,7 @@
1818
license="MIT",
1919
packages=find_packages(),
2020
install_requires=[
21-
"google_cloud_logger>=0.2.0",
21+
"google_cloud_logger>=0.2.1",
2222
"flask>=1.0",
2323
],
2424
classifiers=[

0 commit comments

Comments
 (0)