File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,21 @@ def get_version():
3131 'test' : [
3232 'nose==1.3.0' ,
3333 'tox==1.6.1' ,
34- 'maec>=4.1.0.13.dev4,<4.1.1.0 ' ,
34+ 'maec411 ' ,
3535 ],
3636}
3737
3838
3939install_requires = [
4040 'lxml>=2.3' ,
4141 'python-dateutil' ,
42- 'cybox>=2.1.0.13.dev1,<2.1.1.0 ' ,
42+ 'cybox211 ' ,
4343 'mixbox>=1.0.1' ,
4444]
4545
4646
4747setup (
48- name = "stix " ,
48+ name = "stix121 " ,
4949 version = get_version (),
5050 author = "STIX Project, MITRE Corporation" ,
5151 author_email = "stix@mitre.org" ,
Original file line number Diff line number Diff line change 11# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
22# See LICENSE.txt for complete terms.
33
4- __version__ = "1.2.0.3.dev0 "
4+ __version__ = "1.0.0a1 "
Original file line number Diff line number Diff line change 2020 lxml ==2.3
2121 python-dateutil ==1.4.1
2222 mixbox>=1.0.1
23- cybox>=2.1.0.13.dev1
24- maec>=4.1.0.13.dev4
23+ cybox211
24+ maec411
2525 nose
You can’t perform that action at this time.
0 commit comments