diff --git a/README.md b/README.md index f2ba483..15c137e 100755 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you are interested in a specific version (e.g., v2024.10) or in modifying the git clone https://github.com/cssr-tools/plopm.git # Get inside the folder cd plopm -# For a specific version (e.g., v2024.10); otherwhise (i.e., latest version), skip this step +# For a specific version (e.g., v2024.10), or else skip this step (i.e., edge version) git checkout v2024.10 # Create virtual environment (for macOS, use a Python version >= 3.10) python3 -m venv vplopm diff --git a/docs/_sources/installation.rst.txt b/docs/_sources/installation.rst.txt index 59223cf..30e87cd 100644 --- a/docs/_sources/installation.rst.txt +++ b/docs/_sources/installation.rst.txt @@ -23,7 +23,7 @@ install the Python requirements in a virtual environment with the following comm git clone https://github.com/cssr-tools/plopm.git # Get inside the folder cd plopm - # For a specific version (e.g., v2024.10); otherwhise (i.e., latest version), skip this step + # For a specific version (e.g., v2024.10), or else skip this step (i.e., edge version) git checkout v2024.10 # Create virtual environment python3 -m venv vplopm diff --git a/docs/text/installation.rst b/docs/text/installation.rst index 59223cf..30e87cd 100644 --- a/docs/text/installation.rst +++ b/docs/text/installation.rst @@ -23,7 +23,7 @@ install the Python requirements in a virtual environment with the following comm git clone https://github.com/cssr-tools/plopm.git # Get inside the folder cd plopm - # For a specific version (e.g., v2024.10); otherwhise (i.e., latest version), skip this step + # For a specific version (e.g., v2024.10), or else skip this step (i.e., edge version) git checkout v2024.10 # Create virtual environment python3 -m venv vplopm diff --git a/src/plopm/__init__.py b/src/plopm/__init__.py index ad260ef..df283d5 100755 --- a/src/plopm/__init__.py +++ b/src/plopm/__init__.py @@ -2,4 +2,4 @@ Code version. """ -__version__ = "2024.10" +__version__ = "2025.04-pre"