Skip to content

Commit 9193de7

Browse files
authored
Update setup.py
1 parent 16d0b79 commit 9193de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.0', # Start with a small number and increase it with every change you make
5+
version = '1.0.1', # 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

0 commit comments

Comments
 (0)