Skip to content

Commit

Permalink
v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
eagmon committed Sep 7, 2024
1 parent ae9fbf2 commit 145f49b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
9 changes: 0 additions & 9 deletions process_bigraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
from process_bigraph.composite import Process, Step, Composite, ProcessTypes, interval_time_precision


__all__ = [
'Process',
'Step',
'Composite',
'pp',
'pf',
]


pretty = pprint.PrettyPrinter(indent=2)


Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = '0.0.19'
VERSION = '0.0.20'


with open("README.md", "r") as readme:
Expand All @@ -26,7 +26,10 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/vivarium-collective/process-bigraph",
packages=find_packages(),
# packages=find_packages(),
packages=[
'process_bigraph',
],
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 145f49b

Please sign in to comment.