Skip to content

Commit e3cbb94

Browse files
committed
Bump version: 0.6.1 → 1.0.0
1 parent ae831d1 commit e3cbb94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.1
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

httpie_websockets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from requests.structures import CaseInsensitiveDict
2323
from websocket import ABNF, STATUS_ABNORMAL_CLOSED
2424

25-
__version__ = "0.6.1"
25+
__version__ = "1.0.0"
2626
__author__ = "belingud"
2727
__license__ = "MIT"
2828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "httpie-websockets"
3-
version = "0.6.1"
3+
version = "1.0.0"
44
description = "Websocket plugin for httpie"
55
authors = [{ name = "belingud", email = "[email protected]" }]
66
dependencies = [

0 commit comments

Comments
 (0)