Skip to content

Commit

Permalink
bump vesion to v0.0.2 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq authored Apr 6, 2024
1 parent cf00f05 commit ff956fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion saltax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

from . import instructions
from .instructions import *
Expand Down
2 changes: 1 addition & 1 deletion saltax/instructions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.0.1'
__version__ = '0.0.2'
from . import generator
from .generator import *
2 changes: 1 addition & 1 deletion saltax/match/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1'
__version__ = '0.0.2'
from . import match
from .match import *
from . import visual
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author='Lanqing Yuan',
description='Salting analysis framework for XENONnT.',
long_description=readme,
version='0.0.1',
version='0.0.2',
install_requires=requires,
setup_requires=['pytest-runner'],
tests_require=requires+['pytest',"hypothesis","boltons"],
Expand Down

0 comments on commit ff956fe

Please sign in to comment.