Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CianLM committed Aug 25, 2022
1 parent 9bf5a1b commit d585d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion labtex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from labtex.document import Document


__version__ = '0.4.1'
__version__ = '0.4.2'
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.4.1'
VERSION = '0.4.2'
DESCRIPTION = 'Lab report data analysis and LaTeX file generation'

setuptools.setup(
Expand Down

0 comments on commit d585d99

Please sign in to comment.