Skip to content

Commit

Permalink
Bump 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxandreOgeret committed Feb 13, 2023
1 parent c927c07 commit 4ab2bc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,23 @@
install_requires = ['PyYAML', 'setuptools']

setup(
name='vcstool',
name='vcstool2',
version=__version__,
install_requires=install_requires,
packages=find_packages(),
author='Dirk Thomas',
author_email='web@dirk-thomas.net',
maintainer='Dirk Thomas',
maintainer_email='web@dirk-thomas.net',
url='https://github.com/dirk-thomas/vcstool',
download_url='http://download.ros.org/downloads/vcstool/',
maintainer='Maxandre Ogeret',
maintainer_email='MaxandreOgeret@users.noreply.github.com',
url='https://github.com/MaxandreOgeret/vcstool2',
classifiers=['Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Topic :: Software Development :: Version Control',
'Topic :: Utilities'],
description='vcstool provides a command line tool to invoke vcs commands '
'on multiple repositories.',
long_description='\
vcstool enables batch commands on multiple different vcs repositories. \
Currently it supports git, hg, svn and bzr.',
description='vcstool provides a command line tool to invoke git commands on multiple repositories.',
long_description='vcstool2 enables batch commands on multiple different git repositories. It is a fork of Dirk '
'Thomas\' vcstool',
license='Apache License, Version 2.0',
data_files=[
('share/vcstool-completion', [
Expand Down
2 changes: 1 addition & 1 deletion vcstool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .clients import vcstool_clients # noqa

__version__ = '0.3.0'
__version__ = '0.4.1'

0 comments on commit 4ab2bc7

Please sign in to comment.