diff --git a/setup.cfg b/setup.cfg index c03d21c2..26ba97e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 42cf2345..693a3ba7 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ name='stix2-validator', description='APIs and scripts for validating STIX 2.0 documents.', url='http://stixproject.github.io/', - version='0.2.0', + version='0.3.0', packages=find_packages(), entry_points={ 'console_scripts': [