Commit b7a2c882eb3caccb7096721ca79cc9aa26191fd9

Authored by selurvedu
1 parent ae8032bb

Bump package version

This package is in a rolling state. There are no releases and no plans
to make them, so the `.dev` part of the version string is intended to
indicate the "in development" state of the package.
The version part `2.4` is used due to historical reasons (to be greater
than the last used version string).

Disregard the available tags, they exist only to ease the navigation
in commit history.
Showing 1 changed file with 1 additions and 1 deletions
1 from setuptools import find_packages, setup 1 from setuptools import find_packages, setup
2 2
3 -version = '2.3' 3 +version = '2.4.dev0'
4 4
5 setup(name='op_robot_tests', 5 setup(name='op_robot_tests',
6 version=version, 6 version=version,
Please register or login to post a comment