Skip to content

Commit 268687f

Browse files
author
Nima Talebi
committed
Version number fix
1 parent 27b3d22 commit 268687f

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ binary-arch: build install
5454
dh_md5sums
5555
dh_builddeb
5656

57-
5857
################################################################################
5958
#. Clean
6059
clean:

src/setup-dbg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = "python-dmidecode-dbg",
5-
version = "2.10.3",
5+
version = "2.10.5",
66
description = "Python extension module for dmidecode",
77
author = "Nima Talebi",
88
author_email = "nima@autonomy.net.au",

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = "python-dmidecode",
5-
version = "2.10.3",
5+
version = "2.10.5",
66
description = "Python extension module for dmidecode",
77
author = "Nima Talebi",
88
author_email = "nima@autonomy.net.au",

0 commit comments

Comments
 (0)