We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc6d0b commit 5e60209Copy full SHA for 5e60209
.github/workflows/ci.yml
@@ -3,10 +3,10 @@ name: Run Unit Tests
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
pull_request:
8
9
10
11
jobs:
12
test:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dysts"
-version = "0.94"
+version = "0.95"
description = "More than 100 strange attractors"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments