Skip to content

Commit 26c41bd

Browse files
committed
Update readme and setup.py
1 parent cbae117 commit 26c41bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This branch will probably remain seperate, as it is meant to be customized to ai
2424

2525
## Dependencies:
2626

27-
Since version v0.8.2, Python3 is required, with the following packages:
27+
Python 2.7 or 3 with the following packages:
2828

2929
$ sudo apt-get install liblzo2-dev
3030
$ sudo pip install python-lzo

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
version = '0.8.4'
5+
version = '0.8.5'
66

77
setup(
88
name='ubi_reader',

0 commit comments

Comments
 (0)