diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 410a24a..a745ef7 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -50,7 +50,7 @@ Running :code:`stix-validator -h` displays the following: [--quiet] [--json-results] [FILES [FILES ...]] - STIX Document Validator v2.5.0 + STIX Document Validator v2.5.1 positional arguments: FILES A whitespace separated list of STIX files or @@ -90,7 +90,7 @@ Running ``profile-to-sch -h`` displays the following: $ profile-to-sch -h usage: profile-to-sch [-h] profile - STIX Profile to Schematron v2.5.0 + STIX Profile to Schematron v2.5.1 positional arguments: profile STIX profile filename to be converted to XSLT @@ -109,7 +109,7 @@ Running ``profile-to-xslt -h`` displays the following: $ profile-to-xslt -h usage: profile-to-xslt [-h] profile - STIX Profile to XSLT v2.5.0 + STIX Profile to XSLT v2.5.1 positional arguments: profile STIX profile filename to be converted to XSLT @@ -183,7 +183,7 @@ capabilities to your command line. [--quiet] [--json-results] [--recursive] [FILES [FILES ...]] - CybOX Document Validator v2.5.0 + CybOX Document Validator v2.5.1 positional arguments: FILES A whitespace separated list of CybOX files or diff --git a/sdv/version.py b/sdv/version.py index 87c2c5b..f8783fa 100644 --- a/sdv/version.py +++ b/sdv/version.py @@ -1,4 +1,4 @@ # Copyright (c) 2015, The MITRE Corporation. All rights reserved. # See LICENSE.txt for complete terms. -__version__ = "2.5.0" +__version__ = "2.5.1" diff --git a/setup.cfg b/setup.cfg index 2b24e18..478c10d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,14 +1,15 @@ -[bdist_wheel] -universal = 1 - [bumpversion] -current_version = 2.5.0 +current_version = 2.5.1 commit = True tag = True +[bdist_wheel] +universal = 1 + [bumpversion:file:sdv/version.py] [bumpversion:file:docs/getting_started.rst] [metadata] license_file = LICENSE.txt +