Skip to content

Commit 234d450

Browse files
committed
changed version to 1.0.0
1 parent 18add4d commit 234d450

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
except ImportError:
99
pass
1010

11-
setup(name='dose',
12-
version='0.1',
11+
setup(name='digital organism simulation environment',
12+
version='1.0.0',
1313
packages=['dose',
1414
'dose.copads'],
1515
description='Digital Organisms Simulation Environment',
@@ -101,7 +101,7 @@
101101
author_email='mauriceling@acm.org',
102102
url='https://github.com/mauriceling/dose',
103103
license='GNU General Public License version 3',
104-
platform='OS independent',
104+
platforms=['Operating System :: OS Independent'],
105105
classifiers=['Development Status :: 3 - Alpha',
106106
'Intended Audience :: Developers',
107107
'Intended Audience :: Education',
@@ -115,5 +115,5 @@
115115
'Topic :: Scientific/Engineering :: Bio-Informatics',
116116
'Topic :: Software Development :: Libraries :: Python Modules'
117117
],
118-
console=['dosecmd.py']
118+
#console=['dosecmd.py']
119119
)

0 commit comments

Comments
 (0)