Skip to content

Commit

Permalink
updated pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-campagna committed Oct 9, 2015
1 parent 97b52b1 commit 2327373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion callerframe.py
Expand Up @@ -95,7 +95,7 @@
'FrameInfo',
'callerframe',
]
__version__ = "1.0.3"
__version__ = "1.0.4"

import collections
import contextlib
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -99,12 +99,12 @@ def read_requirements(*filenames):
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
# audience:
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries :: Python Modules',
# license:
'License :: OSI Approved :: Apple Public Source License',
'License :: OSI Approved :: Apache Software License',
# language:
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 2327373

Please sign in to comment.