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 031925e commit dc81c27Copy full SHA for dc81c27
setup.py
@@ -31,13 +31,13 @@
31
setup(
32
name="rexmex",
33
packages=find_packages(),
34
- version="0.0.5",
+ version="0.0.6",
35
license="Apache License, Version 2.0",
36
description="",
37
author="AstraZeneca BIKG Team",
38
author_email="",
39
url="https://github.com/AstraZeneca/rexmex",
40
- download_url="https://github.com/AstraZeneca/rexmex/archive/v_00005.tar.gz",
+ download_url="https://github.com/AstraZeneca/rexmex/archive/v_00006.tar.gz",
41
keywords=keywords,
42
install_requires=install_requires,
43
setup_requires=setup_requires,
0 commit comments