Skip to content

Commit 6cd622f

Browse files
committed
Update Version
1 parent 285c156 commit 6cd622f

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
@@ -2,13 +2,13 @@
22
setup(
33
name = 'assertthat-bdd', # How you named your package folder (MyLib)
44
packages = ['assertthat_bdd'], # Chose the same as "name"
5-
version = '1.0', # Start with a small number and increase it with every change you make
5+
version = '1.0.0', # Start with a small number and increase it with every change you make
66
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
77
description = 'Python tools for integration with AssertThat BDD plugin for Jira', # Give a short description about your library
88
author = 'Nick Iles', # Type in your name
99
author_email = '[email protected]', # Type in your E-Mail
1010
url = 'https://github.com/assertthat/assertthat-bdd-python', # Provide either the link to your github or to your website
11-
download_url = 'https://github.com/assertthat/assertthat-bdd-python/archive/1.tar.gz',
11+
download_url = 'https://github.com/assertthat/assertthat-bdd-python/archive/v1.0.0.tar.gz',
1212
keywords = ['assertthat', 'bdd', 'Jira', 'download features', 'upload features'], # Keywords that define your package best
1313
install_requires=[
1414
'requests',

0 commit comments

Comments
 (0)