Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CianLM committed Sep 5, 2021
1 parent e43329f commit cb8233d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ doc.save("test")

## Contributions

Feel free to submit a pull request.
Feel free to submit a pull request or reach out with feature suggestions.
2 changes: 1 addition & 1 deletion labtex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from labtex.document import Document


__version__ = '0.3.1'
__version__ = '0.3.2'
7 changes: 1 addition & 6 deletions labtex/unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
import math

# TODO
# Prefix conversion
# MeasurementList error prop errors
# MeasurementList type errors in regression
# MeasurementList type compat
# ease of linreg with external
# better looking plots
# MeasurementList type compatability

class Unit:
"SI Unit taking in a string."
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DIR = pathlib.Path(__file__).parent
README = (DIR / 'README.md').read_text()

VERSION = '0.3.1'
VERSION = '0.3.2'
DESCRIPTION = 'Lab report data analysis and LaTeX file generation'

setuptools.setup(
Expand Down

0 comments on commit cb8233d

Please sign in to comment.