Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
atw1020 committed Aug 7, 2021
1 parent a4a578e commit 0214616
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Arthur Wesley'

# The full version, including alpha/beta/rc tags
release = '0.1.0'
release = '0.1.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def read_file(filename):

setup(
name="sente",
version="0.1.2",
version="0.1.4",
author="Arthur Wesley",
license="MIT",
url="https://github.com/atw1020/sente",
Expand Down
2 changes: 0 additions & 2 deletions src/include/Board.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,4 @@ namespace sente {

}



#endif //SENTE_BOARD_H

0 comments on commit 0214616

Please sign in to comment.