Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
bakwc committed Jul 23, 2016
1 parent 2aa4e58 commit e3f2442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[travis-image]: https://travis-ci.org/bakwc/PySyncObj.svg?branch=master
[travis]: https://travis-ci.org/bakwc/PySyncObj

[release-image]: https://img.shields.io/badge/release-0.1.9-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.1.10-blue.svg?style=flat
[releases]: https://github.com/bakwc/PySyncObj/releases

[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
setup(
name='pysyncobj',
packages=['pysyncobj', 'pysyncobj.pysyncobj3'],
version='0.1.9',
version='0.1.10',
description=description,
long_description=long_description,
author='Filipp Ozinov',
author_email='[email protected]',
url='https://github.com/bakwc/PySyncObj',
download_url='https://github.com/bakwc/PySyncObj/tarball/0.1.9',
download_url='https://github.com/bakwc/PySyncObj/tarball/0.1.10',
keywords=['network', 'replication', 'raft', 'synchronization'],
classifiers=[
'Topic :: System :: Networking',
Expand Down

0 comments on commit e3f2442

Please sign in to comment.