Skip to content

Commit

Permalink
Spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Dec 4, 2018
1 parent acc5776 commit 8948f07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
set(CMAKE_BUILD_TYPE "Release")
endif()

project(fcl VERSION 1.2.3 LANGUAGES CXX)
project(fcl VERSION 1.2.4 LANGUAGES CXX)
include(GNUInstallDirs)

add_subdirectory(tests_c)
Expand Down
2 changes: 1 addition & 1 deletion README_py.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Feedforward closed loop learning (FCL) is a learning algorithm
which adds flexibility to autonomous agents.

A designer defines an initial behaviour as a reflex and then FCL
learns from the reflex to develop new flexible behaviour.
learns from the reflex to develop new flexible behaviours.

The Python documentation can be obtained with::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):


setup (name = 'feedforward_closedloop_learning',
version = '1.2.3',
version = '1.2.4',
author = "Bernd Porr, Paul Miller",
author_email = "bernd@glasgowneuro.tech",
url = "https://github.com/glasgowneuro/feedforward_closedloop_learning",
Expand Down

0 comments on commit 8948f07

Please sign in to comment.