Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Mar 29, 2021
1 parent 753b684 commit 11c7876
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Date : 2021-03-29
Copyright : Copyright (C) 2021 Felix C. Stegerman
Version : v0.2.0
Version : v0.2.1
License : GPLv3+
}}}1 -->
Expand Down
4 changes: 2 additions & 2 deletions apksigcopier
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Date : 2021-03-29
#
# Copyright : Copyright (C) 2021 Felix C. Stegerman
# Version : v0.2.0
# Version : v0.2.1
# License : GPLv3+
#
# -- ; }}}1
Expand All @@ -29,7 +29,7 @@ import zlib

from collections import namedtuple

__version__ = "0.2.0"
__version__ = "0.2.1"
name = "apksigcopier"

SIGBLOCK, SIGOFFSET = "APKSigningBlock", "APKSigningBlockOffset"
Expand Down
2 changes: 1 addition & 1 deletion apksigcopier.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% apksigcopier(1) v0.2.0 | General Commands Manual
% apksigcopier(1) v0.2.1 | General Commands Manual
% Felix C. Stegerman <[email protected]>
% 2021-03-29

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import setuptools

# from apksigcopier import __version__ # FIXME
__version__ = "0.2.0"
__version__ = "0.2.1"

info = Path(__file__).with_name("README.md").read_text(encoding = "utf8")

Expand Down

0 comments on commit 11c7876

Please sign in to comment.