Skip to content

Commit

Permalink
fix name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Mar 29, 2021
1 parent 798c6c2 commit 38460cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libvirtnbdbackup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__= "0.7"
__version__= "0.8"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(
name='virtndbbackup',
name='virtnbdbackup',
version=libvirtnbdbackup.__version__,
description='Backup via NBD',
url='https://github.com/abbbi/virtnbdbackup/',
Expand Down

0 comments on commit 38460cc

Please sign in to comment.