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 341df1e commit edf8ee7Copy full SHA for edf8ee7
setup.py
@@ -31,13 +31,13 @@
31
setup(
32
name="rexmex",
33
packages=find_packages(),
34
- version="0.0.4",
+ version="0.0.5",
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_00004.tar.gz",
+ download_url="https://github.com/AstraZeneca/rexmex/archive/v_00005.tar.gz",
41
keywords=keywords,
42
install_requires=install_requires,
43
setup_requires=setup_requires,
0 commit comments