Skip to content

Commit

Permalink
Added version number
Browse files Browse the repository at this point in the history
  • Loading branch information
turian committed Sep 2, 2021
1 parent 1ce771d commit 247b11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions hearpreprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "2021.0.1"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

import os

# Always prefer setuptools over distutils
import sys

# Always prefer setuptools over distutils
from setuptools import find_packages, setup

long_description = open("README.md", "r", encoding="utf-8").read()

setup(
name="hearpreprocess",
version="2021.0.1",
description="Holistic Evaluation of Audio Representations (HEAR) 2021 -- Preprocessing Pipeline",
author="",
author_email="",
Expand Down

0 comments on commit 247b11f

Please sign in to comment.