Skip to content

Commit

Permalink
0.4.0 release update
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Jun 6, 2017
1 parent 19c369b commit 94b913d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ docs/doctrees/*
docs/source/generated/*
dist/*
build/*
upload_to_pypi
upload_to_pypi*
include/*
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

import os
from setuptools import setup, find_packages
import timecode

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README')).read()
CHANGES = open(os.path.join(here, 'CHANGELOG')).read()

setup(
name='timecode',
version='0.3.0',
version=timecode.__version__,
description="SMPTE Time Code Manipulation Library",
long_description='%s\n\n%s' % (README, CHANGES),
classifiers=[
Expand Down

0 comments on commit 94b913d

Please sign in to comment.