Skip to content

Commit ec35b75

Browse files
committed
Prepare to release on PyPI
[ci skip]
1 parent 872a59e commit ec35b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
setup(
44
name="cybox",
5-
version="1.0b1",
5+
version="1.0.0b1",
66
author="CybOX Project, MITRE Corporation",
77
author_email="[email protected]",
8-
description="An API for parsing and generating CybOX content.",
8+
description="A Python library for parsing and generating CybOX content.",
99
url="http://cybox.mitre.org",
1010
packages=find_packages(),
1111
install_requires=['lxml>=2.3', 'python-dateutil'],

0 commit comments

Comments
 (0)