Skip to content

Commit bf66c92

Browse files
authored
Bump version (#36)
* remove unregistered note from README * bump minor version
1 parent 58fcaf2 commit bf66c92

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RayCastWorlds"
22
uuid = "a48166eb-4254-4927-9a4f-eb5d9658c5fa"
33
authors = ["Sid-Bhatia-0 <sidb60200@gmail.com> and contributors"]
4-
version = "0.0.1"
4+
version = "0.1.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
This package provides simple first-person 3D games that can also be used as reinforcement learning environments. It is inspired by [DeepMind Lab](https://github.com/deepmind/lab).
44

5-
**Note:** This package is unregistered as of this writing and can be installed using the following command in the Julia REPL's `pkg` mode (enter `pkg` mode by pressing `]` after starting the REPL):
6-
7-
```
8-
add https://github.com/Sid-Bhatia-0/RayCastWorlds.jl
9-
```
10-
115
## Table of Contents
126

137
* [Getting Started](#getting-started)

0 commit comments

Comments
 (0)