Skip to content

Commit

Permalink
Merge pull request #55 from stephenhky/develop
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
stephenhky authored Jan 10, 2025
2 parents e503f87 + fe14e33 commit 65a8b37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@ jobs:
docker:
- image: cimg/python:3.12

py313:
<<: *shared
docker:
- image: cimg/python:3.13

workflows:
version: 2
build:
jobs:
- py310
- py311
- py312
- py313
3 changes: 2 additions & 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 = "finsim"
version = "1.0.1"
version = "1.0.2"
authors = [
{name = "Kwan Yuet Stephen Ho", email = "[email protected]"}
]
Expand All @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Cython",
"Programming Language :: C",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 65a8b37

Please sign in to comment.