Skip to content

Commit

Permalink
Release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Jun 13, 2019
1 parent 227ddb1 commit 395f1fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.3
1.0.0
2 changes: 1 addition & 1 deletion backuppc_clone/application/BackupPcCloneApplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self):
"""
Object constructor
"""
Application.__init__(self, 'backuppc-clone', '0.9.3')
Application.__init__(self, 'backuppc-clone', '1.0.0')

# ------------------------------------------------------------------------------------------------------------------
def get_default_commands(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name='BackupPC-Clone',

version='0.9.3',
version='1.0.0',

description='A tool for cloning the data of a BackupPC instance',
long_description=long_description,
Expand Down

0 comments on commit 395f1fe

Please sign in to comment.