Skip to content

Commit

Permalink
Bump up version to 2.1.0, change wrap file to use v2.1 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: hse-devops <[email protected]>
  • Loading branch information
hse-devops authored Dec 13, 2021
1 parent 0ae4742 commit f976ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'hse-python',
['c'], # until Meson supports Cython as a language
version: '2.0.0',
version: '2.1.0',
default_options: [
'prefix=/opt/hse',
'buildtype=debugoptimized',
Expand Down
2 changes: 1 addition & 1 deletion subprojects/hse.wrap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/hse-project/hse.git
revision = master
revision = v2.1

[provide]
dependency_names = hse-2
Expand Down

0 comments on commit f976ada

Please sign in to comment.