From 220e21ad024965bbdcb86673bf07683a96b64d82 Mon Sep 17 00:00:00 2001 From: Andrew Moss Date: Wed, 14 Jun 2023 11:07:45 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erdgen/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/erdgen/__init__.py b/erdgen/__init__.py index 3dc1f76..485f44a 100644 --- a/erdgen/__init__.py +++ b/erdgen/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/setup.cfg b/setup.cfg index e6d26b1..c8b2833 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 7c2a513..2fb538f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ author_email="andrew.moss@neofinancial.com", python_requires=">=3.6", name="erdgen", - version="0.1.0", + version="0.1.1", description="Generate a DBML ERD from DBT YML relationships", classifiers=[ "Development Status :: 3 - Alpha",