Skip to content

Commit

Permalink
hopefully one last change to versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Oct 9, 2019
1 parent 4a70fe5 commit 89490ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion laxpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import

__version__ = '0.2.1'
__version__ = '0.2.2'

from laxpy import file
from laxpy import tree
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from setuptools import setup
from laxpy import __version__

setup(
name = 'laxpy',
version = __version__,
version = '0.2.2',
description = 'A Python API for .lax files',
license = 'MIT',
author = 'Bryce Frank',
Expand Down

0 comments on commit 89490ef

Please sign in to comment.