Skip to content

Commit 3bbe519

Browse files
committed
Bumping version
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 446ef9f commit 3bbe519

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arcsecond-cli",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "The Command Line Interface (CLI) for Arcsecond.io. Can be used as a Python module too.",
55
"main": "index.js",
66
"directories": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "arcsecond"
77
# Make sure to update __version__.py too
8-
version = "3.8.0"
8+
version = "3.8.1"
99
authors = [
1010
{ name = "Cedric Foellmi", email = "cedric@arcsecond.io" },
1111
]

0 commit comments

Comments
 (0)