Skip to content

Commit

Permalink
v0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Nov 4, 2022
1 parent f437389 commit 8dba086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Unfold"
uuid = "181c99d8-e21b-4ff3-b70b-c233eddec679"
authors = ["Benedikt Ehinger <science@benediktehinger.de>"]
version = "0.3.12"
version = "0.3.13"

[deps]
BSplines = "488c2830-172b-11e9-1591-253b8a7df96d"
Expand Down

4 comments on commit 8dba086

@behinger
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release Notes:

  • mostly bugfixes + major doc fixes
  • removed unused / unnecessary Packages
  • removed clusterpermutation test to PR clusterpermutation test #99 with plans to move it to a UnfoldUtils.jl package (due to PyMNE dependency)

@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/71649

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.3.13 -m "<description of version>" 8dba0864c945dda34f51bbbe6242c723ec5cd942
git push origin v0.3.13

@behinger
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

mostly bugfixes + major doc fixes
removed unused / unnecessary Packages
removed clusterpermutation test to PR
#99 with plans to move it to a UnfoldUtils.jl package (due to PyMNE dependency)

@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 updated: JuliaRegistries/General/71649

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.3.13 -m "<description of version>" 8dba0864c945dda34f51bbbe6242c723ec5cd942
git push origin v0.3.13

Please sign in to comment.