Skip to content

Commit

Permalink
Merge pull request #71 from vavrines/dev
Browse files Browse the repository at this point in the history
- Add kwargs in VSpace constructors
- Add f_maxwellian methods
  • Loading branch information
vavrines authored Aug 5, 2022
2 parents ab8c1bb + 5b71751 commit 340b56e
Show file tree
Hide file tree
Showing 9 changed files with 212 additions and 169 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KitBase"
uuid = "86eed249-3a28-466f-8d3a-596821e1af9a"
authors = ["Tianbai Xiao <[email protected]>"]
version = "0.9.2"
version = "0.9.3"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down
Loading

2 comments on commit 340b56e

@vavrines
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65733

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.3 -m "<description of version>" 340b56efeb496ecb7bc0e685459a6b7eb1478499
git push origin v0.9.3

Please sign in to comment.