Skip to content

Commit

Permalink
Prepare for release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Feb 2, 2023
1 parent 8dc8099 commit c018f9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.6.1 (2023-02-02)

## Fixes

- Add missing python package `subgit.importer` to built wheels and sdist packages


# 0.6.0 (2023-01-13)

## Prelude
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="subgit",
version="0.6.0",
version="0.6.1",
description="CLI tool ",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion subgit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import os

__author__ = "Johan Andersson <[email protected]>"
__version_info__ = (0, 6, 0)
__version_info__ = (0, 6, 1)
__version__ = ".".join(map(str, __version_info__))


Expand Down

0 comments on commit c018f9a

Please sign in to comment.