Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jun 10, 2016
1 parent 986adfe commit c70d46c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def build_libraries(self, libraries):
setup(
name = "pylibemu",
packages = [],
version = "0.5",
version = "0.5.1",
description = "Libemu Python wrapper",
url = "https://github.com/buffer/pylibemu",
download_url = "https://github.com/buffer/pylibemu/archive/v0.5.tar.gz",
Expand Down
12 changes: 6 additions & 6 deletions src/pylibemu.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pylibemu.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

cimport pylibemu

__version__ = '0.5'
__version__ = '0.5.1'

import sys
import socket
Expand Down

0 comments on commit c70d46c

Please sign in to comment.