Skip to content

Commit

Permalink
build: bump for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Oct 30, 2023
1 parent f9c2818 commit 623f26c
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ cacca.run(0, {"action": "Hello, Toilet!"})
```

## Resources
- [Documentation](https://cacca.airscript.it): Project documentation.
- [Flaticon](https://flaticon.com): Collection of assets.

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Supported Versions
| Version | Supported |
| ------- | ------------------ |
| 0.1.x | :white_check_mark: |
| 1.0.x | :white_check_mark: |

## Reporting Vulnerability
To report a vulnerability, open an [issue](https://github.com/airscripts/cacca/issues/new/choose).
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
1.0.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cacca",
"version": "0.1.0",
"description": "A cumulative hierarchy framework, easy as shit.",
"version": "1.0.0",
"description": "A workflow framework, easy as shit.",
"main": "index.js",
"directories": {
"test": "tests"
Expand All @@ -17,7 +17,7 @@
"url": "git+https://github.com/airscripts/cacca.git"
},
"bin": {
"cacca": "./dist/cacca"
"cacca": "./dist/node"
},
"keywords": [
"cacca",
Expand Down
5 changes: 2 additions & 3 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "cacca"
version = "0.1.1"
description = "A cumulative hierarchy framework, easy as shit."
version = "1.0.0"
description = "A workflow framework, easy as shit."
authors = [
{name = "Airscript", email = "francesco@airscript.it"},
]
Expand Down
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e
echo "[1/2] Building..."
pdm run pyinstaller -n cacca -F src/cacca/cli.py
pdm run pyinstaller -n node -F src/cacca/node.py

echo "[2/2] Build complete!"
exit 0
1 change: 1 addition & 0 deletions src/cacca/node.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("💩")

0 comments on commit 623f26c

Please sign in to comment.