We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3138e5 commit 0786d57Copy full SHA for 0786d57
daiquiri/__init__.py
@@ -1 +1 @@
1
-VERSION = __version__ = '1.0.0'
+VERSION = __version__ = '1.0.1'
package.json
@@ -1,6 +1,6 @@
{
2
"name": "daiquiri",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"scripts": {
5
"build:prod": "webpack --config webpack.config.js --mode production",
6
"build": "webpack --config webpack.config.js --mode development",
0 commit comments