Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Mar 30, 2021
1 parent a610e30 commit c69a1f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
File : README.md
Maintainer : Felix C. Stegerman <[email protected]>
Date : 2021-03-29
Date : 2021-03-30
Copyright : Copyright (C) 2021 Felix C. Stegerman
Version : v0.2.1
Version : v0.3.0
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-30
#
# Copyright : Copyright (C) 2021 Felix C. Stegerman
# Version : v0.2.1
# Version : v0.3.0
# License : GPLv3+
#
# -- ; }}}1
Expand All @@ -30,7 +30,7 @@ import zlib

from collections import namedtuple

__version__ = "0.2.1"
__version__ = "0.3.0"
name = "apksigcopier"

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

# NAME

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.1"
__version__ = "0.3.0"

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

Expand Down

0 comments on commit c69a1f0

Please sign in to comment.