Skip to content

Commit 3bdb53e

Browse files
committed
Version 0.1.0
1 parent d1c7c45 commit 3bdb53e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
working-directory: ./devtools/conda-recipes/anaconda
4848
run: |
4949
export PLUGIN_VERSION=${{ github.ref_name }}
50-
export PLUGIN_VERSION=v0.0.0
50+
export PLUGIN_VERSION=v0.1.0
5151
echo "::group::Building conda package for version $PLUGIN_VERSION"
5252
outdir=$(mktemp -d)
5353
conda mambabuild . --no-anaconda-upload --variants "{platform: ${{ matrix.platform }}}" --output-folder $outdir

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
CMAKE_MINIMUM_REQUIRED(VERSION 3.17)
66

7-
PROJECT(OpenMMCPPForces VERSION 0.0.0)
7+
PROJECT(OpenMMCPPForces VERSION 0.1.0)
88

99
IF(DEFINED ENV{CONDA_PREFIX})
1010
SET(OPENMM_DIR $ENV{CONDA_PREFIX} CACHE PATH "Where OpenMM is installed")

0 commit comments

Comments
 (0)