Skip to content

Commit a530e48

Browse files
committed
Version 1.1.1
1 parent 133835b commit a530e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313

1414
# If this is a new build for the same version, increment the build
1515
# number. If you do not include this key, it defaults to 0.
16-
number: 0
16+
# number: 0
1717

1818
requirements:
1919
build:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Use this version when git data are not available, like in git zip archive.
1919
# Update when tagging a new release.
20-
FALLBACK_VERSION = '1.1.post0'
20+
FALLBACK_VERSION = '1.1.1.post0'
2121

2222

2323
# define extension arguments here

0 commit comments

Comments
 (0)