From 2ad036efc439d5748d1ebc26bd80f2b356324ae2 Mon Sep 17 00:00:00 2001 From: Alex Van Brunt Date: Thu, 12 Nov 2020 14:17:31 -0700 Subject: [PATCH] Version bump to match github --- changelog.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 985d924..922a1d9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## Version 1.1.0 +## Version 1.3.0 **Breaking Changes:** * Leef output has been rewritten to better utilize common properties and include as much information as possible diff --git a/setup.py b/setup.py index d963d33..6b2b835 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='cbc_syslog', - version='1.1.0', + version='1.3.0', package_dir={'': 'src'}, packages=find_packages(where="src", exclude=["tests.*", "tests"]), include_package_data=True,