Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit bf8b2d7

Browse files
authored
Merge pull request #56 from pageuppeople-opensource/feature/release-0.1.13-beta
update setup.py for release v0.1.13-beta
2 parents c3703c3 + 924f9b6 commit bf8b2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='rdl',
4-
version='0.1.12-beta',
4+
version='0.1.13-beta',
55
packages=find_packages(),
66
install_requires=[
77
'numpy==1.16.2',

0 commit comments

Comments
 (0)