Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ercpe committed Dec 26, 2015
1 parent 4f46752 commit 90e8dcc
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 @@ -5,12 +5,12 @@

setup(
name='pymax',
version='0.1',
version='0.2',
description='Python implementation of the ELV MAX! Cube API',
author='Johann Schmitz',
author_email='johann@j-schmitz.net',
url='https://ercpe.de/projects/pymax',
download_url='https://github.com/ercpe/pymax/tarball/0.1',
download_url='https://github.com/ercpe/pymax/tarball/0.2',
packages=find_packages('src'),
package_dir={'': 'src'},
include_package_data=True,
Expand Down

0 comments on commit 90e8dcc

Please sign in to comment.