Skip to content

Commit ddc9a0a

Browse files
committed
running
1 parent 80e36d6 commit ddc9a0a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name = "HybridSymbolics"
22
uuid = "d6b20ea1-67ec-4072-abcc-80972ac4980d"
3-
authors = ["qfl3x <[email protected]> and contributors"]
4-
version = "1.0.0-DEV"
3+
authors = ["M. Ayoub Chettouh <[email protected]>", "Lazaro Alonso <[email protected]>", "and contributors"]
4+
version = "0.0.1"
55

66
[deps]
77
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
88

99
[compat]
1010
Symbolics = "6.22.0"
11-
julia = "1.6.7"
11+
julia = "1.10"
1212

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# HybridSymbolics
1+
# HybridSymbolics.jl
22

33
[![Build Status](https://github.com/qfl3x/HybridSymbolics.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/qfl3x/HybridSymbolics.jl/actions/workflows/CI.yml?query=branch%3Amain)

src/HybridSymbolics.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module HybridSymbolics
22

3-
# Write your package code here.
3+
using Symbolics
4+
# Write your package code here.
45

56
end

0 commit comments

Comments
 (0)