diff --git a/LICENSE b/LICENSE index 6267f9e..f6b6237 100644 --- a/LICENSE +++ b/LICENSE @@ -2,6 +2,8 @@ MIT License Copyright (c) 2020 Dhairya Gandhi, Julia Computing. +Copyright (c) 2022 Jesper Stemann Andersen and contributors + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights diff --git a/Project.toml b/Project.toml index 270cfad..f332acd 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Torch" uuid = "6a2ea274-3061-11ea-0d63-ff850051a295" -authors = ["Dhairya Gandhi "] -version = "0.1.2" +authors = ["Dhairya Gandhi", "Jesper Stemann Andersen and contributors"] +version = "0.1.3" [deps] CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"