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