From 6a76e3d50bbc3be74553c327ef7e7c83d976f3b0 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave <32398091+ramonpetgrave64@users.noreply.github.com> Date: Tue, 25 Apr 2023 19:35:10 -0400 Subject: [PATCH] 0.78.0, dynaomddb model: Create __init__.py (#1164) - Add missing __init__.py so that dynamodb NodeSchema models can be imported as a python module - bump to 0.78.0 --- cartography/models/aws/dynamodb/__init__.py | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 cartography/models/aws/dynamodb/__init__.py diff --git a/cartography/models/aws/dynamodb/__init__.py b/cartography/models/aws/dynamodb/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/setup.py b/setup.py index db76386a8..4a3119030 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -__version__ = '0.77.0' +__version__ = '0.78.0' setup(