From 812c787fd6e077c238f6b68ab6f5a1fa125cf368 Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 5 Dec 2016 19:47:25 -0800 Subject: [PATCH] Rev to v0.2.6 --- mix.exs | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 067ed22..2915930 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Loqui.Mixfile do def project do [ app: :loqui, - version: "0.2.5", + version: "0.2.6", elixir: "~> 1.3", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod, diff --git a/setup.py b/setup.py index 96b8b4a..217ff35 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='loqui', - version='0.2.5', + version='0.2.6', author='Jake Heinz', author_email='jh@discordapp.com', url="http://github.com/hammerandchisel/loqui",