Skip to content

Commit

Permalink
Bump internal bindings versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Nov 7, 2012
1 parent ee42f13 commit 45160ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mythtv/bindings/python/MythTV/static.py
Expand Up @@ -4,7 +4,7 @@
Contains any static and global variables for MythTV Python Bindings
"""

OWN_VERSION = (0,26,-1,1)
OWN_VERSION = (0,27,-1,0)
SCHEMA_VERSION = 1308
NVSCHEMA_VERSION = 1007
MUSICSCHEMA_VERSION = 1018
Expand Down
2 changes: 1 addition & 1 deletion mythtv/bindings/python/setup.py
Expand Up @@ -78,7 +78,7 @@ def run(self):

setup(
name='MythTV',
version='0.25.0',
version='0.27.-1',
description='MythTV Python bindings.',
long_description='Provides canned database and protocol access to the MythTV database, mythproto, mythxml, and frontend remote control.',
packages=['MythTV', 'MythTV/tmdb', 'MythTV/tmdb3', 'MythTV/ttvdb',
Expand Down

0 comments on commit 45160ef

Please sign in to comment.