Skip to content

Commit

Permalink
Merge pull request #27 from daavid00/deb
Browse files Browse the repository at this point in the history
Bump to version 2025.04-pre
  • Loading branch information
daavid00 authored Nov 26, 2024
2 parents ad3522a + e09241f commit e8d312f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/text/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/plopm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Code version.
"""

__version__ = "2024.10"
__version__ = "2025.04-pre"

0 comments on commit e8d312f

Please sign in to comment.