Skip to content

Commit

Permalink
Release 3.1: Add support for *.udeb micro packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jan 26, 2017
1 parent 3fb9807 commit f1b47b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb_pkg_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Debian packaging tools.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: November 25, 2016
# Last Change: January 27, 2017
# URL: https://github.com/xolox/python-deb-pkg-tools

"""
Expand All @@ -13,7 +13,7 @@
"""

# Semi-standard module versioning.
__version__ = '3.0'
__version__ = '3.1'

debian_package_dependencies = (
'apt', # apt-get
Expand Down

0 comments on commit f1b47b4

Please sign in to comment.