Skip to content

Commit

Permalink
Merge branch 'main' into import
Browse files Browse the repository at this point in the history
  • Loading branch information
prismofeverything committed Feb 27, 2024
2 parents 76ca327 + c577906 commit 24a3fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions process_bigraph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pprint
from process_bigraph.protocols import local_lookup
from process_bigraph.registry import protocol_registry, process_registry,register_process
from process_bigraph.registry import protocol_registry, process_registry, register_process
from process_bigraph.emitter import ConsoleEmitter, RAMEmitter, DatabaseEmitter
from process_bigraph.composite import Process, Step, Composite
from process_bigraph.type_system import ProcessTypes # , core
Expand All @@ -10,7 +10,7 @@
'Process',
'Step',
'Composite',
'types',
'core',
'pp',
'pf',
'protocol_registry',
Expand Down
2 changes: 1 addition & 1 deletion 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.13'
VERSION = '0.0.14'


with open("README.md", "r") as readme:
Expand Down

0 comments on commit 24a3fc9

Please sign in to comment.