Skip to content

Commit 1bfedf4

Browse files
committed
Create separate stix121 package
1 parent c3e7c54 commit 1bfedf4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3939
install_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

4747
setup(
48-
name="stix",
48+
name="stix121",
4949
version=get_version(),
5050
author="STIX Project, MITRE Corporation",
5151
author_email="stix@mitre.org",

stix/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ deps =
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

0 commit comments

Comments
 (0)