Skip to content

Commit

Permalink
version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed May 27, 2017
1 parent 5206711 commit 51766c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Binary file modified docs/readthedocs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""pysparkling module."""
# flake8: noqa

__version__ = '0.4.1'
__version__ = '0.4.2'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,16 @@
test_suite='nose.collector',

classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
]
)

0 comments on commit 51766c7

Please sign in to comment.