Commit c1fcd4331b86cc7135ac9ebc6ed25d7a72850e17
Exists in
master
and in
35 other branches
Merge branch 'bump_colab_spb_version_setuppy' into 'master'
Bump colab spb version setup.py See merge request !145
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab-spb-plugin/setup.py
... | ... | @@ -15,7 +15,7 @@ version = open('VERSION').read().strip() |
15 | 15 | |
16 | 16 | setup( |
17 | 17 | name='colab-spb-plugin', |
18 | - version='0.2.5', | |
18 | + version='0.2.6', | |
19 | 19 | author='Macartur Sousa', |
20 | 20 | author_email='macartur.sc@gmail.com', |
21 | 21 | url='https://portal.softwarepublico.gov.br/gitlab/softwarepublico/colab-spb-plugin/', | ... | ... |