Skip to content

Commit 50f28e6

Browse files
authored
Prepare Publication (#37)
* test context graph application and automorphism * prepare for publication
1 parent db9e5de commit 50f28e6

7 files changed

Lines changed: 1032 additions & 13 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For more details on each utility within the repository, please refer to the docu
6565
```bash
6666
docker pull tieulongphan/synkit:latest
6767
# or a specific version:
68-
docker pull tieulongphan/synkit:0.1.0
68+
docker pull tieulongphan/synkit:1.0.0
6969
```
7070
Run a container (sanity check):
7171
```

lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ reactor_engine.py,\
2929
groupoid.py,\
3030
syn_rule.py,\
3131
__init__.py,\
32+
topology.py,\
3233
dev/*,\
3334
Data \
3435
--statistics

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "synkit"
7-
version = "0.0.17"
7+
version = "1.0.0"
88
description = "Utility for reaction modeling using graph grammar"
99
readme = "README.md"
1010
long-description = { file = "CHANGELOG.md" }

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: synkit
3-
version: "0.0.17"
3+
version: "1.0.0"
44

55
source:
66
path: ..

0 commit comments

Comments
 (0)