Skip to content

Commit 02857af

Browse files
chore(release): 1.13.7 [skip ci]
## [1.13.7](v1.13.6...v1.13.7) (2024-05-14) ### Bug Fixes * fix type hints for _parse_requirement() ([#92](#92)) ([c2ca25a](c2ca25a))
1 parent c2ca25a commit 02857af

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapids-dependency-file-generator",
3-
"version": "1.13.6",
3+
"version": "1.13.7",
44
"description": "`rapids-dependency-file-generator` is a Python CLI tool that generates conda `environment.yaml` files and `requirements.txt` files from a single YAML file, typically named `dependencies.yaml`.",
55
"repository": {
66
"type": "git",

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: rapids-dependency-file-generator
3-
version: 1.13.6
3+
version: 1.13.7
44

55
build:
66
noarch: python
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.13.6"
1+
__version__ = "1.13.7"

src/rapids_dependency_file_generator/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/rapidsai/dependency-file-generator/v1.13.6/src/rapids_dependency_file_generator/schema.json",
3+
"$id": "https://raw.githubusercontent.com/rapidsai/dependency-file-generator/v1.13.7/src/rapids_dependency_file_generator/schema.json",
44
"type": "object",
55
"title": "RAPIDS Package Dependency Specification Format",
66
"description": "Consolidated specification of RAPIDS project dependencies",

0 commit comments

Comments
 (0)