We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c7c45 commit 3bdb53eCopy full SHA for 3bdb53e
.github/workflows/Conda.yml
@@ -47,7 +47,7 @@ jobs:
47
working-directory: ./devtools/conda-recipes/anaconda
48
run: |
49
export PLUGIN_VERSION=${{ github.ref_name }}
50
- export PLUGIN_VERSION=v0.0.0
+ export PLUGIN_VERSION=v0.1.0
51
echo "::group::Building conda package for version $PLUGIN_VERSION"
52
outdir=$(mktemp -d)
53
conda mambabuild . --no-anaconda-upload --variants "{platform: ${{ matrix.platform }}}" --output-folder $outdir
CMakeLists.txt
@@ -4,7 +4,7 @@
4
5
CMAKE_MINIMUM_REQUIRED(VERSION 3.17)
6
7
-PROJECT(OpenMMCPPForces VERSION 0.0.0)
+PROJECT(OpenMMCPPForces VERSION 0.1.0)
8
9
IF(DEFINED ENV{CONDA_PREFIX})
10
SET(OPENMM_DIR $ENV{CONDA_PREFIX} CACHE PATH "Where OpenMM is installed")
0 commit comments