Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit f8ed505

Browse files
OmegastickOmegastick
authored andcommitted
v1.0.1
1 parent 3cf1416 commit f8ed505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.10.0)
22
project(CppRl
33
LANGUAGES CXX
4-
VERSION 1.0.0
4+
VERSION 1.0.1
55
DESCRIPTION "Reinforcement learning in C++ using PyTorch"
66
)
77

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.0.0-{build}'
1+
version: '1.0.1-{build}'
22

33
clone_folder: C:\pytorch-cpp-rl
44

0 commit comments

Comments
 (0)