Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
One up!
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudBurger committed Aug 25, 2015
1 parent 8bb0e40 commit bc6727c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "CouchPotato"
#define MyAppVer "2.6.3"
#define MyAppVer "3.0.0"
#define MyAppBit "win32"
//#define MyAppBit "win-amd64"

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def getDataFiles(dirs):
'version',
'distutils',
'lxml', 'lxml.etree', 'lxml._elementpath', 'gzip',
'OpenSSL', 'cffi',
]

excludes = [
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = '2.6.3'
VERSION = '3.0.0'
BRANCH = 'desktop'

0 comments on commit bc6727c

Please sign in to comment.