Skip to content

Commit

Permalink
Merge pull request #8 from moreal/release-0.2.1
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
moreal committed Jun 26, 2019
2 parents 07620f6 + ef42f4d commit cb693e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ deploy:
skip_existing: true
on:
tags: true
all_branches: true
branch: master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pystructs

[![Documentation Status](https://readthedocs.org/projects/pystructs/badge/?version=latest)](https://pystructs.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/pystructs/badge/?version=0.2.1)](https://pystructs.readthedocs.io/en/latest/?badge=0.2.1)
[![Build Status](https://travis-ci.com/moreal/pystructs.svg?branch=master)](https://travis-ci.com/moreal/pystructs)
[![codecov](https://codecov.io/gh/moreal/pystructs/branch/master/graph/badge.svg)](https://codecov.io/gh/moreal/pystructs)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
url='https://github.com/moreal/pystructs',
name='pystructs',
version='0.2.0',
version='0.2.1',
long_description=long_description,
long_description_content_type="text/markdown",
description='c-like struct implementation for human',
Expand Down

0 comments on commit cb693e5

Please sign in to comment.