diff --git a/python/cugraph/pregel/__init__.py b/python/cugraph/bsp/__init__.py similarity index 100% rename from python/cugraph/pregel/__init__.py rename to python/cugraph/bsp/__init__.py diff --git a/python/cugraph/pregel/traversal/__init__.py b/python/cugraph/bsp/traversal/__init__.py similarity index 100% rename from python/cugraph/pregel/traversal/__init__.py rename to python/cugraph/bsp/traversal/__init__.py diff --git a/python/cugraph/pregel/traversal/bfs_bsp.py b/python/cugraph/bsp/traversal/bfs_bsp.py similarity index 100% rename from python/cugraph/pregel/traversal/bfs_bsp.py rename to python/cugraph/bsp/traversal/bfs_bsp.py