Skip to content

Commit

Permalink
prepare for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaojieqiu committed Aug 11, 2020
1 parent 2d986bb commit 63f0049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup, find_packages
# import numpy as np
from version import __version__
# from version import __version__
from pathlib import Path

with open("README.md", "r") as fh:
long_description = fh.read()

setup(
name="dynamo-release",
version=__version__,
version="0.93",
python_requires=">=3.6",
install_requires=[
l.strip() for l in Path('requirements.txt').read_text('utf-8').splitlines()
Expand Down

0 comments on commit 63f0049

Please sign in to comment.