We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50ad94 commit 08c5c55Copy full SHA for 08c5c55
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@inoribea/astrocli",
3
- "version": "1.4.5",
+ "version": "1.4.6",
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.5"
+version = "1.4.6"
description = "CLI for astroquery modules with autocompletion and multi-language support."
authors = ["inoribea <inoribea@outlook.com>"]
license = "BSD-3-Clause"
0 commit comments