Skip to content

Commit d2f06c0

Browse files
committed
Bump version
1 parent 4cee88e commit d2f06c0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

conf/conda/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3+
$PYTHON setup.py build_ext --inplace
34
$PYTHON setup.py install --prefix=$PREFIX

conf/conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package:
22
name: mpifft4py
3-
version: "1.0.3"
3+
version: "1.1.0"
44

55
source:
66
git_url: ../../
77

88
build:
9-
number: 27
9+
number: 0
1010

1111
requirements:
1212
build:

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
# Version number
1010
major = 1
11-
minor = 0
12-
version = 3
11+
minor = 1
12+
version = 0
1313

1414
cwd = os.path.abspath(os.path.dirname(__file__))
1515
cdir = os.path.join(cwd, "mpiFFT4py", "cython")
@@ -39,7 +39,7 @@ def build_extensions(self):
3939
author = "Mikael Mortensen",
4040
author_email = "mikaem@math.uio.no",
4141
url = 'https://github.com/spectralDNS/mpiFFT4py',
42-
download_url = "https://github.com/spectralDNS/mpiFFT4py/archive/mpiFFT4py-1.0.2.tar.gz",
42+
download_url = "https://github.com/spectralDNS/mpiFFT4py/archive/mpiFFT4py-1.1.0.tar.gz",
4343
classifiers = [
4444
'Development Status :: 5 - Production/Stable',
4545
'Environment :: Console',

0 commit comments

Comments
 (0)