From 4e9913e9195d76ec52df752545e56c124b616d02 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Mon, 23 Mar 2020 19:08:39 +0100
Subject: [PATCH] v1.1

---
 CHANGELOG.md           | 2 +-
 snakehouse/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f9f2bb..b3a7acf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# v1.0.3
+# v1.1
 
 * added the capability to insert standard `Extension`s
   in the snakehouse build() command
diff --git a/snakehouse/__init__.py b/snakehouse/__init__.py
index 2c9530c..ae5f2a9 100644
--- a/snakehouse/__init__.py
+++ b/snakehouse/__init__.py
@@ -1,4 +1,4 @@
 from .build import build
 from .multibuild import Multibuild
 
-__version__ = '1.0.3a1'
+__version__ = '1.1'
-- 
GitLab