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,