Skip to content

Commit 8d8979b

Browse files
committed
Bumb daiquiri version to 1.0.0
1 parent 51e6888 commit 8d8979b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

daiquiri/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = __version__ = '1.0.0dev'
1+
VERSION = __version__ = '1.0.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "daiquiri",
3-
"version": "1.0.0dev",
3+
"version": "1.0.0",
44
"scripts": {
55
"build:prod": "webpack --config webpack.config.js --mode production",
66
"build": "webpack --config webpack.config.js --mode development",

0 commit comments

Comments
 (0)