Skip to content

Commit

Permalink
version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Mar 14, 2023
1 parent 6cd9a8a commit 8d1fba6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions guide/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ sphinx:
language: en
latex_toplevel_sectioning: 'part'
html_theme_options:
extra_navbar: ""
extra_footer: |
<p>Powered by <a href="https://jupyterbook.org/">Jupyter Book</a>.</p>
home_page_in_toc: True
Expand Down Expand Up @@ -64,5 +63,3 @@ html:
use_repository_button: true
favicon: favicon.png
extra_navbar: ""
extra_footer: |
<div>Powered by <a href="https://jupyterbook.org/">Jupyter Book</a>.</div>
2 changes: 1 addition & 1 deletion socialforce/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""PyTorch implementation of the Social Force model."""

__version__ = '0.2.2'
__version__ = '0.2.3'

from .field_of_view import FieldOfView
from .trainer import Trainer
Expand Down

0 comments on commit 8d1fba6

Please sign in to comment.