Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsonandrade committed Jul 24, 2023
1 parent 2a733c6 commit 54ee633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Tests](https://github.com/mrsonandrade/pyswarming/actions/workflows/tests_package.yml/badge.svg)](https://github.com/mrsonandrade/pyswarming/actions/workflows/tests_package.yml)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Documentation Status](https://readthedocs.org/projects/pyswarming/badge/?version=latest)](https://pyswarming.readthedocs.io/en/latest/?badge=latest)
![version](https://img.shields.io/badge/version-1.1.1-blue)
![version](https://img.shields.io/badge/version-1.1.2-blue)
[![Downloads](https://static.pepy.tech/badge/pyswarming)](https://pepy.tech/project/pyswarming)

<img align="left" src="docs/readme_pics/logo.png">
Expand Down
2 changes: 1 addition & 1 deletion pyswarming/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
__all__.append(module_j)

name = "pyswarming"
__version__ = "1.1.1"
__version__ = "1.1.2"
__author__ = "Emerson Martins de Andrade, Antonio Carlos Fernandes and Joel Sena Sales Jr"
__author_email__ = "mrson@oceanica.ufrj.br"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="pyswarming",
version="1.1.1",
version="1.1.2",
author="Emerson Martins de Andrade",
author_email="mrson@oceanica.ufrj.br",
description="A research toolkit for Swarm Robotics",
Expand Down

0 comments on commit 54ee633

Please sign in to comment.