Skip to content

Commit

Permalink
upgraded to AbstractTensors v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Jan 17, 2022
1 parent 74f70e1 commit f93014d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
environment:
matrix:
- julia_version: 1
- julia_version: 1.5
- julia_version: 1.6
- julia_version: 1.7
- julia_version: nightly

platform:
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ julia:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- nightly
jobs:
allow_failures:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Reduce"
uuid = "93e0c654-6965-5f22-aba9-9c1ae6b3c259"
authors = ["Michael Reed"]
version = "1.2.11"
version = "1.2.12"

[deps]
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Expand All @@ -16,7 +16,7 @@ julia = "1"
ForceImport = "0.0.3"
SyntaxTree = "1"
ReplMaker = "0.1, 0.2"
AbstractTensors = "0.6.3"
AbstractTensors = "0.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit f93014d

@chakravala
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 register()

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

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 v1.2.12 -m "<description of version>" f93014db0d490a48606d8dc6fbb3f09dc84649eb
git push origin v1.2.12

Please sign in to comment.