Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 09134f2

Browse files
committed
Version bump
1 parent 21019bb commit 09134f2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ authors:
2222
given-names: Tommy
2323
family-names: Keswick
2424
orcid: "https://orcid.org/0000-0001-5644-440X"
25-
version: "1.7.1"
25+
version: "1.8.0"
2626
abstract: "GitHub template project for non-web Python application projects"
2727
repository-code: "https://github.com/caltechlibrary/py-cli-template"
2828
type: software
2929
license-url: "https://github.com/caltechlibrary/py-cli-template/blob/main/LICENSE"
3030
keywords:
3131
- template
32-
date-released: "2022-12-02"
32+
date-released: "2022-12-06"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ print-instructions: vars
208208
@$(info ┃ 1. Check https://github.com/$(repo)/releases )
209209
@$(info ┃ 2. Wait a few seconds to let web services do their work ┃)
210210
@$(info ┃ 3. Run "make update-doi" to update the DOI in README.md ┃)
211-
@$(info ┃ 4. Run "make packages" & check the results ┃)
211+
@$(info ┃ 4. Run "make packages" and check the results ┃)
212212
@$(info ┃ 5. Run "make test-pypi" to push to test.pypi.org ┃)
213213
@$(info ┃ 6. Check https://test.pypi.org/project/$(name) )
214214
@$(info ┃ 7. Run "make pypi" to push to pypi for real ┃)

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"developmentStatus": "active",
3737
"downloadUrl": "https://github.com/caltechlibrary/py-cli-template/archive/main.zip",
3838
"codeRepository": "https://github.com/caltechlibrary/py-cli-template",
39-
"datePublished": "2022-12-02",
39+
"datePublished": "2022-12-06",
4040
"keywords": [
4141
"template",
4242
"python",
4343
"software"
4444
],
4545
"name": "Caltech Library Python Software Repository Template",
4646
"description": "Template repository for software projects by the Caltech Library",
47-
"version": "1.7.1",
47+
"version": "1.8.0",
4848
"maintainer": "https://orcid.org/0000-0001-9105-5960",
4949
"funder": {
5050
"@id": "https://doi.org/10.13039/100006961",

0 commit comments

Comments
 (0)