Skip to content

Commit 8fef45b

Browse files
committed
update version to 0.6.4
1 parent 49e1607 commit 8fef45b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

s3path/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pathlib import Path
66
from . import accessor
77

8-
__version__ = '0.6.3'
8+
__version__ = '0.6.4'
99
__all__ = (
1010
'Path',
1111
'register_configuration_parameter',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = fh.read()
66
setup(
77
name='s3path',
8-
version='0.6.3',
8+
version='0.6.4',
99
url='https://github.com/liormizr/s3path',
1010
author='Lior Mizrahi',
1111
author_email='li.mizr@gmail.com',

tests/test_pure_path_operations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import sys
32
import pytest
43
from pathlib import Path, PurePosixPath, PureWindowsPath
54
from s3path import PureS3Path

0 commit comments

Comments
 (0)