Skip to content

Commit

Permalink
Add the version in the extension file
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed May 23, 2020
1 parent f433115 commit 0a8d8e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions videoplayer/_VideoPlayer.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

# First a thin wrapper around VideoPlayer from graphics.VideoPlayer.c...

__version__ = "1.0"

cdef extern from "VideoPlayer.h":
ctypedef struct CVideoPlayer "VideoPlayer":
pass
Expand Down

0 comments on commit 0a8d8e8

Please sign in to comment.