Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Mar 29, 2021
1 parent 39fa567 commit ec0b860
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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-25
Date : 2021-03-29
Copyright : Copyright (C) 2021 Felix C. Stegerman
Version : v0.1.0
Version : v0.2.0
License : GPLv3+
}}}1 -->
Expand Down
6 changes: 3 additions & 3 deletions apksigcopier
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
# File : apksigcopier
# Maintainer : Felix C. Stegerman <[email protected]>
# Date : 2021-03-26
# Date : 2021-03-29
#
# Copyright : Copyright (C) 2021 Felix C. Stegerman
# Version : v0.1.0
# Version : v0.2.0
# License : GPLv3+
#
# -- ; }}}1
Expand All @@ -29,7 +29,7 @@ import zlib

from collections import namedtuple

__version__ = "0.1.0"
__version__ = "0.2.0"
name = "apksigcopier"

SIGBLOCK, SIGOFFSET = "APKSigningBlock", "APKSigningBlockOffset"
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.1.0"
__version__ = "0.2.0"

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

Expand Down

0 comments on commit ec0b860

Please sign in to comment.