Skip to content

Commit

Permalink
update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshduran committed May 3, 2024
1 parent 056adef commit db110c6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions brukeropus.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# Bruker OPUS
`brukeropus` is a Python package for interacting with Bruker's OPUS spectroscopy software. Currently, the package can
Expand Down
1 change: 1 addition & 0 deletions brukeropus.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ brukeropus/__init__.py
brukeropus.egg-info/PKG-INFO
brukeropus.egg-info/SOURCES.txt
brukeropus.egg-info/dependency_links.txt
brukeropus.egg-info/requires.txt
brukeropus.egg-info/top_level.txt
brukeropus/control/__init__.py
brukeropus/control/dde.py
Expand Down
1 change: 1 addition & 0 deletions brukeropus.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
numpy
Binary file modified dist/brukeropus-1.0.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/brukeropus-1.0.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "brukeropus"
version = "1.0.0"
version = "1.0.1"
authors = [
{ name="Josh Duran", email="[email protected]" },
]
Expand Down

0 comments on commit db110c6

Please sign in to comment.