Skip to content

Commit a6cff5e

Browse files
committed
update to version 0.4.3
1 parent cf86042 commit a6cff5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hcf_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .backend import *
22

33

4-
__version__ = '0.4.2'
4+
__version__ = '0.4.3'

setup.py

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

55
setup(
66
name = 'hcf-backend',
7-
version = '0.4.2',
7+
version = '0.4.3',
88
description = 'ScrapyCloud HubStorage frontier backend for Frontera',
99
long_description = open('README.rst').read(),
1010
license = 'BSD',

0 commit comments

Comments
 (0)