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