Skip to content

Commit

Permalink
bump version number and add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
williamgilpin committed Sep 19, 2024
1 parent ecc6d0b commit 5e60209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run Unit Tests
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e60209

Please sign in to comment.