Skip to content

Commit d2d4780

Browse files
authored
Merge pull request #6 from IBMStreams/develop
pypi.streamsx.hdfs merge develop to master
2 parents 112524d + ad6615f commit d2d4780

File tree

4 files changed

+279
-56
lines changed

4 files changed

+279
-56
lines changed

package/docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = '1.1'
68+
version = '1.3'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '1.1.0'
70+
release = '1.3.0'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

package/streamsx/hdfs/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
6666
"""
6767

68-
__version__='1.1.0'
68+
__version__='1.3.0'
6969

7070
__all__ = ['download_toolkit', 'configure_connection', 'scan', 'read', 'write']
71-
from streamsx.hdfs._hdfs import download_toolkit, configure_connection, scan, read, write
71+
from streamsx.hdfs._hdfs import download_toolkit, configure_connection, scan, read, write, copy

0 commit comments

Comments
 (0)