Skip to content

Commit

Permalink
Release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Jun 13, 2019
1 parent adad460 commit 0eaddca
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 @@
1.0.0
1.0.1
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', '1.0.0')
Application.__init__(self, 'backuppc-clone', '1.0.1')

# ------------------------------------------------------------------------------------------------------------------
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='1.0.0',
version='1.0.1',

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

0 comments on commit 0eaddca

Please sign in to comment.