Skip to content

Commit 37931dc

Browse files
committed
update version
1 parent a6d641b commit 37931dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
name = 'gitconsensus',
2020

21-
version = '0.0.1.dev1',
21+
version = '0.1.0',
2222
packages=find_packages(),
2323

2424
description = 'Automate Github Pull Requests using Reactions',
@@ -28,7 +28,7 @@
2828
author = 'Robert Hafner',
2929
author_email = '[email protected]',
3030
url = 'https://github.com/tedivm/gitconsensus',
31-
download_url = 'https://github.com/tedivm/gitconsensus/archive/0.1.tar.gz',
31+
download_url = 'https://github.com/tedivm/gitconsensus/archive/v0.1.0.tar.gz',
3232
keywords = 'automation github consensus git',
3333

3434
classifiers = [

0 commit comments

Comments
 (0)