From f87b8433e1996b68eee4d6fb0cb67bf9789f7c2f Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Thu, 3 Oct 2019 19:49:22 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.79.4=20=E2=86=92=201.79.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hackoregon_sandbox/VERSION | 2 +- hackoregon_sandbox/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hackoregon_sandbox/VERSION b/hackoregon_sandbox/VERSION index 7c789cd..00022d4 100644 --- a/hackoregon_sandbox/VERSION +++ b/hackoregon_sandbox/VERSION @@ -1 +1 @@ -__version__ = '1.79.4' +__version__ = '1.79.5' diff --git a/hackoregon_sandbox/setup.cfg b/hackoregon_sandbox/setup.cfg index 58f2934..df26dc2 100644 --- a/hackoregon_sandbox/setup.cfg +++ b/hackoregon_sandbox/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.79.4 +current_version = 1.79.5 commit = True tag = True