Skip to content

Commit 4c8d448

Browse files
committed
Bump version: 0.4.9 → 0.4.10
1 parent b7b22ae commit 4c8d448

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.4.9
2+
current_version = 0.4.10
33
tag = True
44
commit = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
long_description=open("README.md").read(),
1414
long_description_content_type="text/markdown",
1515
install_requires=["boto3", "diskcache", "fusepy", "requests", "slugid", "tenacity"],
16-
version="0.4.9",
16+
version="0.4.10",
1717
)

simple_httpfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .httpfs import HttpFs
22

3-
__version__ = "0.4.9"
3+
__version__ = "0.4.10"

0 commit comments

Comments
 (0)