We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf86042 commit a6cff5eCopy full SHA for a6cff5e
hcf_backend/__init__.py
@@ -1,4 +1,4 @@
1
from .backend import *
2
3
4
-__version__ = '0.4.2'
+__version__ = '0.4.3'
setup.py
@@ -4,7 +4,7 @@
5
setup(
6
name = 'hcf-backend',
7
- version = '0.4.2',
+ version = '0.4.3',
8
description = 'ScrapyCloud HubStorage frontier backend for Frontera',
9
long_description = open('README.rst').read(),
10
license = 'BSD',
0 commit comments