Skip to content

Commit 5e60209

Browse files
committed
bump version number and add CI
1 parent ecc6d0b commit 5e60209

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Run Unit Tests
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
branches:
9-
- main
9+
- master
1010

1111
jobs:
1212
test:

pyproject.toml

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

55
[project]
66
name = "dysts"
7-
version = "0.94"
7+
version = "0.95"
88
description = "More than 100 strange attractors"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)