From 92f413a2e0cdac709ae0b5ce8fd2d5f8aedeaac3 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Sat, 4 Jan 2020 19:40:01 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.1=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- stix2/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index bcf51b8..659a1cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.3.0 commit = True tag = True diff --git a/stix2/version.py b/stix2/version.py index a955fda..67bc602 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -1 +1 @@ -__version__ = "1.2.1" +__version__ = "1.3.0"