From 23ddada6297934cc5e92df098083e395f29d21a1 Mon Sep 17 00:00:00 2001 From: Thomas Nipen Date: Wed, 29 Nov 2023 22:35:21 +0100 Subject: [PATCH] Setup v0.3.4.dev2 Added setuptool package before building wheels --- .github/workflows/package.yml | 2 +- include/titanlib.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b07545b..15b54b0 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v3 - name: Install numpy - run: python -m pip install numpy + run: python -m pip install numpy setuptools - run: bash swig/python-packaging/setup.sh - uses: actions/upload-artifact@v2 diff --git a/include/titanlib.h b/include/titanlib.h index 731082e..55a15a9 100644 --- a/include/titanlib.h +++ b/include/titanlib.h @@ -12,7 +12,7 @@ #include #endif -#define TITANLIB_VERSION "0.3.4" +#define TITANLIB_VERSION "0.3.4.dev2" #define __version__ TITANLIB_VERSION namespace titanlib {