diff --git a/NOTICE b/NOTICE index 4a4d383..d298d95 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ Exprgrad -Copyright 2021 Can Joshua Lehmann +Copyright 2021 - 2022 Can Joshua Lehmann diff --git a/README.md b/README.md index 6ffef4e..d611a63 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,7 @@ The LLVM IR generator and JIT compiler are defined in `llvmgen.nim`. ## License -Copyright 2021 Can Joshua Lehmann +Copyright 2021 - 2022 Can Joshua Lehmann Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/exprgrad.nimble b/exprgrad.nimble index 38c82da..bd19212 100644 --- a/exprgrad.nimble +++ b/exprgrad.nimble @@ -1,4 +1,4 @@ -version = "0.0.3" +version = "0.1.0" author = "Can Joshua Lehmann" description = "An experimental deep learning framework" license = "Apache License 2.0"