Skip to content

Commit

Permalink
Change package name to avoid conflicts; bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
will2dye4 committed Sep 15, 2023
1 parent e0c0031 commit b5163eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ensure that you have a semi-recent version of Python installed before proceeding
Run the following command in a shell (a UNIX-like environment is assumed):

```
$ pip install sudoku
$ pip install sudoku-ui
```

The package does not have any dependencies besides Python itself. If you wish to sandbox your
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ requires = ['setuptools']
build-backend = 'setuptools.build_meta'

[project]
name = 'sudoku'
version = '1.0.1'
name = 'sudoku-ui'
version = '1.0.2'
description = 'Solve sudoku puzzles using various algorithms'
license = {file = 'LICENSE'}
readme = 'README.md'
Expand Down

0 comments on commit b5163eb

Please sign in to comment.