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