Prepare 0.2.1 release

This commit is contained in:
squidfunk 2016-03-12 13:25:05 +01:00
parent a58cb0aea6
commit 4b9c8b9a49
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "0.2.0",
"version": "0.2.1",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [

View File

@ -36,7 +36,7 @@ theme_dir: material
# Options
extra:
version: 0.2.0
version: 0.2.1
logo: images/logo.png
author:
github: squidfunk

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "0.2.0",
"version": "0.2.1",
"description": "A material design theme for MkDocs",
"homepage": "http://squidfunk.github.io/mkdocs-material/",
"authors": [

View File

@ -23,7 +23,7 @@ from setuptools import setup, find_packages
# Package description
setup(
name = 'mkdocs-material',
version = '0.2.0',
version = '0.2.1',
url = 'http://squidfunk.github.io/mkdocs-material/',
license = 'MIT',
description = 'A material design theme for MkDocs',