Skip to content

Commit

Permalink
Setup. Update version, development status
Browse files Browse the repository at this point in the history
  • Loading branch information
diyan committed Sep 16, 2014
1 parent 5cfbf87 commit 1fd1d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,6 +1,6 @@
from distutils.core import setup

__version__ = '0.0.2dev'
__version__ = '0.0.3'
project_name = 'pywinrm'

# PyPi supports only reStructuredText, so pandoc should be installed
Expand All @@ -26,7 +26,7 @@
package_data={'winrm.tests': ['*.ps1']},
install_requires=['xmltodict', 'isodate'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
Expand Down

0 comments on commit 1fd1d52

Please sign in to comment.