Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsonandrade committed Sep 5, 2023
1 parent b7d2e3e commit ab52185
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2-blue)
![version](https://img.shields.io/badge/version-1.1.3-blue)
[![Downloads](https://static.pepy.tech/personalized-badge/pyswarming?period=total&units=none&left_color=black&right_color=blue&left_text=Downloads)](https://pepy.tech/project/pyswarming)

<img align="left" src="docs/readme_pics/logo.png">
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ affiliations:
index: 1
- name: Ocean Engineering Program, Laboratory of Waves and Current, LOC/COPPE/UFRJ, Rio de Janeiro, Brazil
index: 2
date: 04 August 2023
date: 04 September 2023
bibliography: paper.bib

---
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.2"
__version__ = "1.1.3"
__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.2",
version="1.1.3",
author="Emerson Martins de Andrade",
author_email="mrson@oceanica.ufrj.br",
description="A research toolkit for Swarm Robotics",
Expand Down

0 comments on commit ab52185

Please sign in to comment.