Skip to content

Commit 9c1291b

Browse files
committed
Update to 0.7
1 parent c4174db commit 9c1291b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http_ece",
3-
"version": "0.6.5",
3+
"version": "0.7.0",
44
"description": "Encrypted Content-Encoding for HTTP",
55
"homepage": "https://github.com/martinthomson/encrypted-content-encoding",
66
"bugs": "https://github.com/martinthomson/encrypted-content-encoding/issues",

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='http_ece',
13-
version='0.6.5',
13+
version='0.7.0',
1414
author='Martin Thomson',
1515
author_email='[email protected]',
1616
scripts=[],

0 commit comments

Comments
 (0)