Skip to content

Commit 9918d50

Browse files
Update: Gitignore and README
1 parent 510f245 commit 9918d50

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,5 +361,3 @@ test-results.xml
361361
# Editor
362362
*.swp
363363

364-
docs-example/
365-
docs.arch.txt

CONTRIBUTING.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,6 @@ bash scripts/check.sh
155155
- Keep documentation synchronized with code
156156
- Both English and Chinese documentation should be updated simultaneously
157157

158-
## Project Structure
159-
160-
```text
161-
...
162-
In progress...
163-
```
164-
165158
## Code Contribution Examples
166159

167160
### Adding New Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "amrita-sense"
3-
version = "0.1.0rc1"
3+
version = "0.1.0"
44
description = "Next-Gen workflow engine."
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)