Skip to content

Commit

Permalink
Bump version: 0.10.0.alpha.0 → 0.10.0.alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydnspass committed Jan 17, 2021
1 parent b0c0a4a commit 9866717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0.alpha.0
current_version = 0.10.0.alpha.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)\.(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion dist_tools/conda/spline/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: spline
version: "0.10.0.alpha.0"
version: "0.10.0.alpha.1"

source:
- path: ../../..
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def build_extension(self, ext):

setup(
name='spline',
version='0.10.0.alpha.0',
version='0.10.0.alpha.1',
packages=setuptools.find_packages(),
ext_modules=[CMakeExtension('spline', '../cpp_cuda_c')],
cmdclass=dict(build_ext=CMakeBuild),
Expand Down

0 comments on commit 9866717

Please sign in to comment.