Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
briandrawert committed Jun 25, 2019
1 parent e36090f commit 346d96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gillespy2/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
log = logging.getLogger()
log.setLevel(logging.WARN)
log.addHandler(_handler)
version = '1.1'
version = '1.1.1'

__all__ = [s for s in dir() if not s.startswith('_')]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class easy_install_new(easy_install):
full_description = fh.read()

setup(name="gillespy2",
version="1.1.0",
version="1.1.1",
packages=find_packages('.'),
include_package_data=True,
description='Python interface for Gillespie style biochemical simulations',
Expand Down

0 comments on commit 346d96e

Please sign in to comment.