Skip to content

Commit

Permalink
Incremented version number to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschmidt2 committed Jun 15, 2022
1 parent ef1cfea commit 48d5fa0
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 @@ -2,13 +2,13 @@
setup(
name = 'webmo',
packages = ['webmo'],
version = '0.1',
version = '0.2',
license='MIT',
description = 'A Python-based interface to WebMO',
author = 'J.R. Schmidt',
author_email = '[email protected]',
url = 'https://github.com/jrschmidt2/webmo-python',
download_url = 'https://github.com/jrschmidt2/webmo-python/archive/refs/tags/0.1.tar.gz',
download_url = 'https://github.com/jrschmidt2/webmo-python/archive/refs/tags/0.2.tar.gz',
keywords = ['WEBMO', 'REST', 'API'],
install_requires=[
'requests',
Expand Down

0 comments on commit 48d5fa0

Please sign in to comment.