Commit 9da84abdaa8fc03690d9114ff1bd03c8500fa8a2

Authored by Athos
1 parent 8a4171df

Updates version in setup.py

Since the package version was changed, the version in the setup file
must change as well. otherwise the installed package will not work
properly.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
setup.py
... ... @@ -69,7 +69,7 @@ EXCLUDE_FROM_PACKAGES = []
69 69  
70 70 setup(
71 71 name='colab',
72   - version='2.0a2',
  72 + version='2.0a3',
73 73 url='https://github.com/colab-community/colab',
74 74 author='Sergio Oliveira',
75 75 author_email='sergio@tracy.com.br',
... ...