Skip to content

Commit def573d

Browse files
chore(release): 1.7.3 [skip ci]
## [1.7.3](v1.7.2...v1.7.3) (2023-12-13) ### Bug Fixes * Update required Python version ([#60](#60)) ([50ae49d](50ae49d)), closes [#56](#56)
1 parent 50ae49d commit def573d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7.2",
3+
"version": "1.7.3",
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",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.2"
1+
__version__ = "1.7.3"

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.7.2/src/rapids_dependency_file_generator/schema.json",
3+
"$id": "https://raw.githubusercontent.com/rapidsai/dependency-file-generator/v1.7.3/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)