Skip to content

Commit

Permalink
Merge pull request #7 from Eetion/master
Browse files Browse the repository at this point in the history
updated devel branch from Eetion master
  • Loading branch information
yossibokorbleile authored May 23, 2020
2 parents c777b5c + f3bf49e commit b38f8af
Show file tree
Hide file tree
Showing 30 changed files with 1,139 additions and 121 deletions.
Binary file modified .DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
209 changes: 132 additions & 77 deletions EXAMPLES.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The Eirene.jl package is licensed under the GNU General Public License,
Version 3

Copyright (C) 2016, 2017, 2018, 2019 Gregory Henselman
Copyright (C) 2016, 2017, 2018, 2019, 2020 Gregory Henselman

www.gregoryhenselman.org

Expand Down
Loading

0 comments on commit b38f8af

Please sign in to comment.