We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d641b commit 37931dcCopy full SHA for 37931dc
setup.py
@@ -18,7 +18,7 @@
18
19
name = 'gitconsensus',
20
21
- version = '0.0.1.dev1',
+ version = '0.1.0',
22
packages=find_packages(),
23
24
description = 'Automate Github Pull Requests using Reactions',
@@ -28,7 +28,7 @@
28
author = 'Robert Hafner',
29
author_email = '[email protected]',
30
url = 'https://github.com/tedivm/gitconsensus',
31
- download_url = 'https://github.com/tedivm/gitconsensus/archive/0.1.tar.gz',
+ download_url = 'https://github.com/tedivm/gitconsensus/archive/v0.1.0.tar.gz',
32
keywords = 'automation github consensus git',
33
34
classifiers = [
0 commit comments