~sgeisenh/genlic

a1b3bf9a107d90c6a9c0d9cac805688e287a5e61 — Samuel Eisenhandler 1 year, 11 months ago 6c921f2 main
Bump version
2 files changed, 2 insertions(+), 2 deletions(-)

M .build.yml
M pyproject.toml
M .build.yml => .build.yml +1 -1
@@ 18,4 18,4 @@ tasks:
      source cienv/bin/activate
      cd genlic
      python -m build
      python3 -m twine upload dist/*
      python3 -m twine upload --skip-existing dist/*

M pyproject.toml => pyproject.toml +1 -1
@@ 4,7 4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "genlic"
version = "0.1.0"
version = "0.1.0-beta"
authors = [
  { name = "Samuel Eisenhandler", email="sgeisenhandler@gmail.com" },
]