We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ecee0 commit d9963ecCopy full SHA for d9963ec
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.6
+current_version = 2.0.0
3
commit = True
4
tag = True
5
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name='webflow-aws',
8
- version='1.1.6',
+ version='2.0.0',
9
description='Deploy your Webflow static website on AWS',
10
long_description=open('README.md').read(),
11
long_description_content_type="text/markdown",
0 commit comments