Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
joelferrier committed Feb 21, 2017
1 parent 50f9cb2 commit 9ec1f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions margaritashotgun/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__author__ = 'Joel Ferrier'
__version__ = '0.4.0'

import logging
from margaritashotgun.client import Client

__author__ = 'Joel Ferrier'
__version__ = '0.3.1'


def set_stream_logger(name='margaritashotgun', level=logging.INFO,
format_string=None):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ def run(self):
_install.run(self)

setup(name="margaritashotgun",
version="0.3.1",
version="0.4.0",
author="Joel Ferrier",
author_email="[email protected]",
packages=["margaritashotgun", "margaritashotgun/util"],
license="MIT",
description="Remote memory aquisition wrapper for LiME",
scripts=['bin/margaritashotgun'],
url="https://github.com/ThreatResponse/margaritashotgun",
download_url="https://github.com/ThreatResponse/margaritashotgun/archive/v0.3.1.tar.gz",
download_url="https://github.com/ThreatResponse/margaritashotgun/archive/v0.4.0.tar.gz",
use_2to3=True,
install_requires=['boto3>=1.3.0',
'paramiko>=1.16.0',
Expand Down

0 comments on commit 9ec1f80

Please sign in to comment.