Skip to content

Commit

Permalink
version changed to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Jan 11, 2024
1 parent e759eff commit 89e7f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EasyReflectometry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 0
MINOR = 0
MICRO = 2
MICRO = 3
__version__ = f'{MAJOR:d}.{MINOR:d}.{MICRO:d}'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "EasyReflectometryLib"
version = "0.0.2"
version = "0.0.3"
description = "A reflectometry python package built on the EasyScience framework."
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -72,7 +72,7 @@ packages = ["EasyReflectometry"]
legacy_tox_ini = """
[tox]
isolated_build = True
envlist = py{38,39,310,311}
envlist = py{39,310,311}
[gh-actions]
python =
3.9: py39
Expand Down

0 comments on commit 89e7f3a

Please sign in to comment.