Skip to content

Commit

Permalink
Alpha version 0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Jul 12, 2021
1 parent 1ffbd3a commit 682934e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion leggedsnake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
World, VisualWorld
)

__version__ = "0.1.3"
__version__ = "0.1.4"
42 changes: 21 additions & 21 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = False
tag = False

Expand All @@ -10,34 +10,34 @@ author = Hugo Farajallah
description = Simulate and optimize planar leg mechanisms using PSO and GA
license = MIT License
url = https://hugofara.github.io/leggedsnake/
project_urls=
Changelog=https://hugofara.github.io/leggedsnake/changeloglink.html
Source=https://github.com/HugoFara/leggedsnake
project_urls =
Changelog=https://hugofara.github.io/leggedsnake/changeloglink.html
Source=https://github.com/HugoFara/leggedsnake
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
license_file = LICENSE.rst
classifiers =
Development Status :: 3 - Alpha
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Life
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Environment :: Console
Intended Audience :: Science/Research
Intended Audience :: Legal Industry
Intended Audience :: End Users/Desktop
Operating System :: OS Independent
Development Status :: 3 - Alpha
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Life
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Environment :: Console
Intended Audience :: Science/Research
Intended Audience :: Legal Industry
Intended Audience :: End Users/Desktop
Operating System :: OS Independent
keywords = linkage, leg mechanism, optimization, leggedsnake, walking linkage
zip_safe = true

[options]
packages = leggedsnake
install_requires =
numpy
pygad
pylinkage
install_requires =
numpy
pygad
pylinkage
test_suite = tests

[bumpversion:file:setup.cfg]
Expand All @@ -50,4 +50,4 @@ replace = __version__ = "{new_version}"

[bumpversion:file:source/conf.py]
search = release = '{current_version}-alpha'
replace = release = '{new_version}-alpha'
replace = release = '{new_version}-alpha'
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Hugo Farajallah'

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


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 682934e

Please sign in to comment.