We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9ff12 commit f14d043Copy full SHA for f14d043
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@inoribea/astrocli",
3
- "version": "1.4.4",
+ "version": "1.4.5",
4
"description": "Command-line interface for querying astronomical databases via astroquery",
5
"bin": {
6
"astrocli": "./npx-entry.js",
pyproject.toml
[tool.poetry]
name = "inoribea-astrocli"
-version = "1.4.4"
+version = "1.4.5"
description = "CLI for astroquery modules with autocompletion and multi-language support."
authors = ["inoribea <inoribea@outlook.com>"]
license = "BSD-3-Clause"
0 commit comments