Skip to content

Commit c2df012

Browse files
committed
version 0.10.1
1 parent e91ce7a commit c2df012

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

quantities/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.10.0'
2+
__version__ = '0.10.1'

setup.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,18 @@ def run(self):
9595
setup(
9696
author = 'Darren Dale',
9797
author_email = 'dsdale24@gmail.com',
98-
classifiers = """Development Status :: 4 - Beta
99-
Environment :: Console
100-
Intended Audience :: Developers
101-
Intended Audience :: Education
102-
Intended Audience :: End Users/Desktop
103-
Intended Audience :: Science/Research
104-
License :: OSI Approved :: BSD License
105-
Operating System :: OS Independent
106-
Programming Language :: Python
107-
Topic :: Education
108-
Topic :: Scientific/Engineering
109-
""",
98+
# classifiers = """Development Status :: 4 - Beta
99+
# Environment :: Console
100+
# Intended Audience :: Developers
101+
# Intended Audience :: Education
102+
# Intended Audience :: End Users/Desktop
103+
# Intended Audience :: Science/Research
104+
# License :: OSI Approved :: BSD License
105+
# Operating System :: OS Independent
106+
# Programming Language :: Python
107+
# Topic :: Education
108+
# Topic :: Scientific/Engineering
109+
# """,
110110
cmdclass = {
111111
'build': build,
112112
'data': data,

0 commit comments

Comments
 (0)