Skip to content

Commit

Permalink
Update version to 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dukebw committed Oct 8, 2018
1 parent 8ba861e commit 060f656
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
Expand Up @@ -19,7 +19,7 @@

lintel_module = distutils.core.Extension(
'_lintel',
define_macros=[('MAJOR_VERSION', '0'), ('MINOR_VERSION', '0')],
define_macros=[('MAJOR_VERSION', '1'), ('MINOR_VERSION', '0')],
undef_macros=['NDEBUG'],
include_dirs=['/usr/include/ffmpeg', 'lintel'],
libraries=['avformat', 'avcodec', 'swscale', 'avutil', 'swresample'],
Expand All @@ -44,4 +44,4 @@
packages=setuptools.find_packages(),
py_modules=['lintel.test.loadvid_test'],
url='https://brendanduke.ca',
version='0.0')
version='1.0')

0 comments on commit 060f656

Please sign in to comment.