Skip to content

Commit 8c451f8

Browse files
committed
bump to 1.0.0
1 parent f40a34c commit 8c451f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
VERSION = 0.4
3+
VERSION = "1.0.0"
44

55
[sysname, _, _, _, machine] = os.uname()
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
["usanity/client/sync_client.py", "github:bjoerge/usanity/lib/client/sync_client.py"],
1313
["usanity/client/async_client.py", "github:bjoerge/usanity/lib/client/async_client.py"]
1414
],
15-
"version": "0.5"
15+
"version": "1.0.0"
1616
}

0 commit comments

Comments
 (0)