Skip to content

Commit eb29d9a

Browse files
committed
update release
1 parent 71b0813 commit eb29d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
setup(
1818
name = 'fake-camera',
1919
packages = ['fake_camera'],
20-
version = 'v0.9.2-alpha',
20+
version = 'v0.9.3-alpha',
2121
license='MIT',
2222
description = 'A Camera Simulator. It creates a moving image in the screen.',
2323
long_description = long_description,
2424
author = 'fjolublar',
2525
url = 'https://github.com/fjolublar/fake_camera',
26-
download_url = 'https://github.com/fjolublar/fake_camera/archive/v0.9.2-alpha.tar.gz',
26+
download_url = 'https://github.com/fjolublar/fake_camera/archive/v0.9.3-alpha.tar.gz',
2727
keywords = ['Fake Camera', 'Moving Image', 'Camera Simulator'],
2828
install_requires=['Pillow', 'numpy'],
2929
classifiers=[

0 commit comments

Comments
 (0)