Skip to content

Commit

Permalink
Bump version: 0.10.0.rc.1 → 0.10.0.rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Haydnspass committed Mar 19, 2021
1 parent deedc82 commit c9f9bdd
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.rc.1
current_version = 0.10.0.rc.2
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.rc.1"
version: "0.10.0.rc.2"

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.rc.1',
version='0.10.0.rc.2',
packages=setuptools.find_packages(),
ext_modules=[CMakeExtension('spline', '../cpp_cuda_c')],
cmdclass=dict(build_ext=CMakeBuild),
Expand Down

0 comments on commit c9f9bdd

Please sign in to comment.