Skip to content

Commit e03324d

Browse files
committed
v0.0.5
1 parent bde9c4a commit e03324d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
setuptools.setup(
88
name = 'OctopusAgile', # How you named your package folder (MyLib)
99
packages = ['OctopusAgile'], # Chose the same as "name"
10-
version = '0.0.4', # Start with a small number and increase it with every change you make
10+
version = '0.0.5', # Start with a small number and increase it with every change you make
1111
license='apache-2.0', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
1212
description = 'A library to interface with the Octopus Agile API', # Give a short description about your library
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
author = 'Mark G', # Type in your name
1616
author_email = '', # Type in your E-Mail
1717
url = 'https://github.com/markgdev/OctopusAgile', # Provide either the link to your github or to your website
18-
download_url = 'https://github.com/markgdev/OctopusAgile/archive/v0.0.4.tar.gz', # I explain this later on
18+
download_url = 'https://github.com/markgdev/OctopusAgile/archive/v0.0.5.tar.gz', # I explain this later on
1919
keywords = ['Octopus', 'Agile'], # Keywords that define your package best
2020
install_requires=[ # I get to this in a second
2121
'datetime',

0 commit comments

Comments
 (0)