Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/compmetagen/micca
Browse files Browse the repository at this point in the history
  • Loading branch information
davidealbanese committed Feb 14, 2019
2 parents 3870e8d + ac8131c commit dc013f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM compmetagen/rdpclassifier:2.11_debian9
FROM compmetagen/rdpclassifier:2.12_debian9
MAINTAINER Davide Albanese <davide.albanese@gmail.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ software version by typing ``echo $RDPPATH``
## Available Tags/Versions

- latest: GitHub snapshot (master)
- 1.7.0: micca 1.7.0 (RDP Classifier release 2.11 included)
- 1.7.0: micca 1.7.0 (RDP Classifier release 2.12 included)
- 1.6.2: micca 1.6.2 (RDP Classifier release 2.11 included)
- 1.6.1: micca 1.6.1 (RDP Classifier release 2.11 included)
- 1.6.0: micca 1.6.0 (RDP Classifier release 2.11 included)
Expand Down
2 changes: 1 addition & 1 deletion micca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "1.7.0"
__version__ = "1.7.2"

THIRDPARTY_BIN_PATH = os.path.join(os.path.dirname(__file__), "thirdparty_bin")

0 comments on commit dc013f2

Please sign in to comment.