Skip to content

Commit

Permalink
Merge pull request #398 from mokhaccino/patch-2
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
slongwell committed Feb 8, 2020
2 parents 55cf222 + fbc1dbc commit 383da7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acqpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Scott Longwell"""
__email__ = 'longwell@stanford.edu'
__version__ = '__version__ = '__version__ = '1.2.0'''
__version__ = '1.2.0'

import gui
import utils
Expand All @@ -14,4 +14,4 @@
from fractioncollector import FractionCollector
from manifold import Manifold
from mfcs import Mfcs
from motor import Motor
from motor import Motor

0 comments on commit 383da7c

Please sign in to comment.