From 03dc2fd9fdf082f76c8d331813dd4fdea393d390 Mon Sep 17 00:00:00 2001 From: Greg Back Date: Tue, 24 Jan 2017 11:28:16 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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': [