We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133835b commit a530e48Copy full SHA for a530e48
conda-recipe/meta.yaml
@@ -13,7 +13,7 @@ build:
13
14
# If this is a new build for the same version, increment the build
15
# number. If you do not include this key, it defaults to 0.
16
- number: 0
+ # number: 0
17
18
requirements:
19
build:
setup.py
@@ -17,7 +17,7 @@
# Use this version when git data are not available, like in git zip archive.
# Update when tagging a new release.
20
-FALLBACK_VERSION = '1.1.post0'
+FALLBACK_VERSION = '1.1.1.post0'
21
22
23
# define extension arguments here
0 commit comments