diff --git a/setup.cfg b/setup.cfg index 345b88d9..768e0bdd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True @@ -7,3 +7,4 @@ tag = True [bdist_wheel] universal = 1 + diff --git a/setup.py b/setup.py index 86cbb55f..cd1455a1 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ name='stix2-validator', description='APIs and scripts for validating STIX 2.0 documents.', url='http://stixproject.github.io/', - version='0.0.1', + version='0.0.2', packages=find_packages(), entry_points={ 'console_scripts': [