Skip to content

Commit e1ae4f7

Browse files
author
jaseg
committed
Version 1.0.7
1 parent f1621b6 commit e1ae4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mpv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# You can find copies of the GPLv2 and LGPLv2.1 licenses in the project repository's LICENSE.GPL and LICENSE.LGPL files.
1919

20-
__version__ = '1.0.6'
20+
__version__ = '1.0.7'
2121

2222
from ctypes import *
2323
import ctypes.util

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ py-modules = ['mpv']
77

88
[project]
99
name = "mpv"
10-
version = "v1.0.6"
10+
version = "v1.0.7"
1111
description = "A python interface to the mpv media player"
1212
readme = "README.rst"
1313
authors = [{name = "jaseg", email = "[email protected]"}]

0 commit comments

Comments
 (0)