Skip to content

Commit d086fe4

Browse files
committed
release 1.0.9, can't reupload a package with the same name
1 parent fe7adce commit d086fe4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ radarly-py
1717

1818

1919
:Author: Linkfluence
20-
:Version: 1.0.8
20+
:Version: 1.0.9
2121

2222

2323

radarly/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
55
:Author: Linkfluence
6-
:Version: 1.0.8
6+
:Version: 1.0.9
77
:Licence: Apache-2.0
88
99
.. _official documentation: https://api.linkfluence.com
@@ -53,7 +53,7 @@
5353

5454

5555
__title__ = 'radarly'
56-
__version__ = '1.0.8'
56+
__version__ = '1.0.9'
5757
__author__ = 'Linkfluence'
5858
__url__ = 'https://api.linkfluence.com'
5959
__licence__ = 'Apache-2.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def readme():
1515

1616
setup(
1717
name='radarly-py',
18-
version='1.0.8',
18+
version='1.0.9',
1919
description="Python client for Radarly API",
2020
long_description=readme(),
2121
author='Linkfluence',

0 commit comments

Comments
 (0)