Skip to content

Commit 15cbdfe

Browse files
committed
updated Project.toml versions
1 parent 78c3dea commit 15cbdfe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "DFControl"
22
uuid = "1e31e15d-4957-550d-a244-318eced754ae"
33
authors = ["Louis Ponet <[email protected]>"]
44
repo = "https://github.com/louisponet/DFControl.jl.git"
5-
version = "0.4.1"
5+
version = "0.4.0"
66

77
[deps]
88
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
@@ -23,7 +23,6 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
2323
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2424
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
2525
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
26-
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
2726
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2827
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
2928
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

src/Client/Client.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ end
4242
using ..Calculations: set_name!, set_kpoints!, data; export set_name!, set_kpoints!, data
4343
using ..Structures: set_pseudos!, element; export set_pseudos!, element
4444
using ..Jobs: set_flow!; export set_flow!
45+
import ..DFControl: bandgap
4546

4647
include("job.jl")
4748
export submit, save, isrunning, state, versions, last_version, switch_version!, rm_version!, abort,

src/Display/plotting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Colors
22
using .Plots
33
using LinearAlgebra
4-
using RecipesBase
4+
using .Plots.RecipesBase
55
# using ..Client
66
# using ..Jobs
77
# using ..Structures

0 commit comments

Comments
 (0)