Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HauptMachine\vonGostev committed Apr 22, 2021
1 parent c71b3e4 commit 78af798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fpdet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._dcore import P2Q, Q2P, d_matrix, invd_matrix
from ._numpy_core import *

__version__ = "1.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="fpdet",
version="1.0",
version="1.0.1",
author="Pavel Gostev",
author_email="[email protected]",
description=" Basic analytical functions for a few-photon light detection",
Expand Down

0 comments on commit 78af798

Please sign in to comment.