Skip to content

Commit c48c3d2

Browse files
committed
Publish 0.0.2
1 parent 17605ca commit c48c3d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# pandoc-codeblock-include
2-
[![Build Status](https://img.shields.io/travis/chdemko/pandoc-codeblock-include/master.svg)](https://travis-ci.org/chdemko/pandoc-codeblock-include/branches)
3-
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/master.svg)](https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=master)
2+
[![Build Status](https://img.shields.io/travis/chdemko/pandoc-codeblock-include/0.0.2.svg)](https://travis-ci.org/chdemko/pandoc-codeblock-include/branches)
3+
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/0.0.2.svg)](https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=0.0.2)
44
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-codeblock-include.svg)](https://scrutinizer-ci.com/g/chdemko/pandoc-codeblock-include/)
55
[![PyPI version](https://img.shields.io/pypi/v/pandoc-codeblock-include.svg)](https://pypi.org/project/pandoc-codeblock-include/)
6-
[![PyPI format](https://img.shields.io/pypi/format/pandoc-codeblock-include.svg)](https://pypi.org/project/pandoc-codeblock-include/)
7-
[![License](https://img.shields.io/pypi/l/pandoc-codeblock-include.svg)](https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/master/LICENSE)
6+
[![PyPI format](https://img.shields.io/pypi/format/pandoc-codeblock-include/0.0.2.svg)](https://pypi.org/project/pandoc-codeblock-include/0.0.2/)
7+
[![License](https://img.shields.io/pypi/l/pandoc-codeblock-include/0.0.2.svg)](https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/0.0.2/LICENSE)
88
[![Downloads](https://img.shields.io/pypi/dm/pandoc-codeblock-include.svg)](https://pypi.org/project/pandoc-codeblock-include/)
99
[![Python version](https://img.shields.io/pypi/pyversions/pandoc-codeblock-include.svg)](https://pypi.org/project/pandoc-codeblock-include/)
1010
[![Development Status](https://img.shields.io/pypi/status/pandoc-codeblock-include.svg)](https://pypi.org/project/pandoc-codeblock-include/)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Versions should comply with PEP440. For a discussion on single-sourcing
2929
# the version across setup.py and the project code, see
3030
# https://packaging.python.org/en/latest/single_source_version.html
31-
version='0.0.1',
31+
version='0.0.2',
3232

3333
# The project's description
3434
description='A pandoc filter for including file in block code',

0 commit comments

Comments
 (0)