Skip to content

Commit

Permalink
Support NestedGraphs v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filchristou committed Jun 28, 2023
1 parent d6e2d5a commit 01c2288
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 148 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup julia
uses: julia-actions/setup-julia@v1
with:
version: '1.8.1'
version: '1.9'
- run: julia -e 'using Pkg; pkg"add [email protected]"'
- run: julia -e 'using Run; Run.prepare_test()'
- run: julia -e 'using Run; Run.test()'
Expand All @@ -25,4 +25,4 @@ jobs:
with:
file: ./lcov.info
flags: unittests
name: codecov-umbrella
name: codecov-umbrella
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NestedGraphMakie"
uuid = "6f6f4c20-e954-4c6d-a185-c2fbf890196e"
authors = ["fchrstou <[email protected]> and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -20,7 +20,7 @@ GraphMakie = "0.4, 0.5"
Graphs = "1"
Makie = "0.18, 0.19"
MultiKDE = "0.1"
NestedGraphs = "0.1.1"
NestedGraphs = "0.1.1, 0.2"
NetworkLayout = "0.4.5"
julia = "1.8"

Expand Down
Loading

2 comments on commit 01c2288

@filchristou
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
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/86455

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.1.2 -m "<description of version>" 01c2288574efefe7c28261145272f0743d2aee2d
git push origin v0.1.2

Please sign in to comment.