Skip to content

Commit

Permalink
Version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Nov 28, 2022
1 parent f8922d3 commit 4cec85c
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 @@ -18,7 +18,7 @@
setup(
name = "pylibemu",
packages = [],
version = "0.7",
version = "0.8",
description = "Libemu Python wrapper",
url = "https://github.com/buffer/pylibemu",
author = "Angelo Dell'Aera",
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 @@ -21,7 +21,7 @@

cimport pylibemu

__version__ = '0.7'
__version__ = '0.8'

import sys

Expand Down

0 comments on commit 4cec85c

Please sign in to comment.