Skip to content

Commit

Permalink
Version upgrade to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungminlee committed Mar 28, 2018
1 parent 2430cfb commit 6771481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.{build}
version: 0.2.{build}
environment:
matrix:
- COMPILER: msys2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def build_extension(self, ext):

setup(
name='pitensor',
version='0.1',
version='0.2',
description='Python wrapper for ITensor',
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 6771481

Please sign in to comment.