Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed-Yang committed Apr 11, 2021
1 parent 33f6371 commit 91d70f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
from distutils.core import setup

from setuptools import setup
from setuptools import find_packages

with open('README.md') as f:
readme = f.read()

setup(
name='gpuctl',
version='0.3.2',
version='0.3.3',
packages=find_packages(),
url='https://github.com/Ed-Yang/gpuctl',
download_url='https://github.com/Ed-Yang/gpuctl/archive/refs/tags/v0.3.2.tar.gz',
download_url='https://github.com/Ed-Yang/gpuctl/archive/refs/tags/v0.3.3.tar.gz',
license='MIT',
author='Edward Yang',
author_email='edwardyangyang@hotmail.com',
Expand Down

0 comments on commit 91d70f8

Please sign in to comment.