Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalk committed Nov 30, 2022
1 parent a11fbc1 commit 3fa030c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.4.4

* Drop Python 2 support and ensure Python 3 is well supported

### 0.4.3

* Added simple webserver (early state, unstable) to use pagan as a web application.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pagan

Welcome to the Python Avatar Generator for Absolute Nerds.

**Current version: 0.4.3**
**Current version: 0.4.4**

View the change history [here](CHANGELOG.md).

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
packages=['pagan'],
use_2to3=False,
include_package_data=True,
version='0.4.3',
version='0.4.4',
url='https://github.com/daboth/pagan',
download_url='https://github.com/daboth/pagan/tarball/0.4.3',
download_url='https://github.com/daboth/pagan/tarball/0.4.4',
license='GPL',
description='python avatar generator for absolute nerds',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 3fa030c

Please sign in to comment.