Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mhered committed Aug 6, 2022
1 parent f2cc28b commit 47dbdd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mhered-test-pkg"
version = "0.1.8"
version = "0.1.9"
description = "A simple demo package to practice how to create python packages."
authors = ["Manuel Heredia <manolo.heredia@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/mhered_test_pkg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A simple Rock Paper Scissors game"""

__version__ = "0.1.8"
__version__ = "0.1.9"

import random
import sys
Expand Down

0 comments on commit 47dbdd9

Please sign in to comment.