Skip to content

Commit

Permalink
Reverted version to v1.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed Oct 8, 2024
1 parent a91a54d commit 5fd3c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MDDC/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from importlib import import_module

__version__ = "1.1.dev2"
__version__ = "1.1.dev0"

submodules = ["MDDC", "utils", "datasets"]
__all__ = [*submodules]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pybind11.setup_helpers import Pybind11Extension, build_ext
from setuptools import setup

__version__ = "1.1.dev2"
__version__ = "1.1.dev0"

AUTHOR = "Raktim Mukhopadhyay, Anran Liu, Marianthi Markatou"
AUTHOR_EMAIL = "raktimmu@buffalo.edu, anranliu@buffalo.edu, markatou@buffalo.edu"
Expand Down

0 comments on commit 5fd3c0d

Please sign in to comment.