Skip to content

Commit

Permalink
Modifying version
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Dec 11, 2023
1 parent 4ae7c25 commit 49aeb7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "tudat" %}
{% set version = "2.12.1" %}
{% set version = "2.13.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
git_url: https://github.com/tudat-team/tudat.git
git_rev: 75f70ce83bf567124762895211343adefd5c8fdc
git_rev: f939310c75dc69407725f3c259d0a2510e30b026

build:
# A non-negative integer representing the build number of the package.
Expand All @@ -16,7 +16,7 @@ build:
# and versions to determine the latest one. This is important because
# new builds that contain bug fixes for the way a package is built may be
# added to a repository.
number: 3
number: 0

requirements:
build:
Expand Down

0 comments on commit 49aeb7e

Please sign in to comment.