Skip to content

Commit

Permalink
chg: Bump version, travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Nov 24, 2020
1 parent 9fed66e commit 80e13df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pymisp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.4.135'
__version__ = '2.4.135.1'
import logging

FORMAT = "%(levelname)s [%(filename)s:%(lineno)s - %(funcName)s() ] %(message)s"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymisp"
version = "2.4.135"
version = "2.4.135.1"
description = "Python API for MISP."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion travis/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -x

# We're in python3, installing with poetry.
pip3 install poetry
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E url
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport -E url -E email

0 comments on commit 80e13df

Please sign in to comment.