Skip to content

Commit bb6185e

Browse files
committed
Update version
1 parent a3bbc63 commit bb6185e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CD
22

33
env:
4-
CELLS_VERSION: 1.0.0-beta2
4+
CELLS_VERSION: 1.0.0-beta3
55
CELLS_REVISION_NUMBER: 1
66

77
on:

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ poetry run cells -d
3737

3838

3939

40+
## Deploy
41+
42+
Update version in `settings.py` and `.github/main.yml` then run:
43+
44+
```
45+
./packaging/macos/publish.sh <version>
46+
```
47+
48+
49+
50+
4051
## Status
4152

4253
### Version 1.0.0

cells/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
class ApplicationInfo:
2626
name = "Cells"
2727
author = "Ales Tsurko"
28-
version = "1.0.0-beta2"
28+
version = "1.0.0-beta3"
2929

3030

3131
class Settings(Observation, dict):

0 commit comments

Comments
 (0)