We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d0b79 commit 9193de7Copy full SHA for 9193de7
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name = 'assertthat-bdd', # How you named your package folder (MyLib)
4
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
+ version = '1.0.1', # Start with a small number and increase it with every change you make
6
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
7
description = 'Python tools for integration with AssertThat BDD plugin for Jira', # Give a short description about your library
8
author = 'Nick Iles', # Type in your name
0 commit comments