Skip to content

Commit 0786d57

Browse files
committed
Bump daiquiri version to 1.0.1
1 parent f3138e5 commit 0786d57

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.0'
1+
VERSION = __version__ = '1.0.1'

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.0",
3+
"version": "1.0.1",
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)