Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre committed Feb 22, 2023
1 parent cf46b7d commit 5a2d67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "SUMO-RL"
copyright = "2019, Lucas N. Alegre"
author = "Lucas N. Alegre"
release = "1.4.0"
release = "1.4.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='sumo-rl',
version='1.4.0',
version='1.4.1',
packages=[package for package in find_packages() if package.startswith("sumo_rl")],
install_requires=REQUIRED,
include_package_data=True,
Expand Down

0 comments on commit 5a2d67c

Please sign in to comment.