From 6e86af35036c12f093ee63d3906be87c3d7d275d Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 14 Sep 2021 04:21:25 +0000 Subject: [PATCH] build(version): Bump to version - 0.4.0. Automatically generated by python-semantic-release --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 64696fc..ff644f9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ import sys # Updated with python-semantic-release -__version__ = "0.3.0" +__version__ = "0.4.0" sys.path.insert(0, os.path.abspath(".")) diff --git a/setup.py b/setup.py index ed63273..7e29a13 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -__version__ = "0.3.0" +__version__ = "0.4.0" setup( name="cookiecutter-py3-package",