diff --git a/docs/index.rst b/docs/index.rst index 606fc4d..765ced7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ .. toctree:: :maxdepth: 2 -:Version: 0.1.7 +:Version: 0.1.8 :Copyright: Copyright (c) 2009-2016 Justine Tunney :License: MIT diff --git a/fabulous/__init__.py b/fabulous/__init__.py index 2d0e650..3357fcd 100644 --- a/fabulous/__init__.py +++ b/fabulous/__init__.py @@ -1,2 +1,2 @@ -VERSION = (0, 1, 7, 'final', 0) -__version__ = '0.1.7' +VERSION = (0, 1, 8, 'final', 0) +__version__ = '0.1.8' diff --git a/python-fabulous.spec b/python-fabulous.spec index 8e8d0a5..5189924 100644 --- a/python-fabulous.spec +++ b/python-fabulous.spec @@ -1,14 +1,14 @@ %global modname fabulous Name: python-fabulous -Version: 0.1.7 +Version: 0.1.8 Release: 2%{?dist} Summary: Makes your terminal output totally fabulous Group: Development/Languages License: MIT URL: https://jart.github.io/fabulous -Source0: https://github.com/jart/fabulous/archive/0.1.7.tar.gz +Source0: https://github.com/jart/fabulous/archive/0.1.8.tar.gz BuildArch: noarch