Skip to content

Commit

Permalink
Release 2.1: Python 3 compatibility & improved robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jun 12, 2017
1 parent ddebc7f commit 7f67e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt_mirror_updater/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from apt_mirror_updater.http import fetch_concurrent, fetch_url

# Semi-standard module versioning.
__version__ = '2.0'
__version__ = '2.1'

MAIN_SOURCES_LIST = '/etc/apt/sources.list'
"""The absolute pathname of the list of configured APT data sources (a string)."""
Expand Down

0 comments on commit 7f67e06

Please sign in to comment.