Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
tahagad committed Jan 5, 2024
1 parent 01cf167 commit aa26431
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Solita
Copyright (c) 2024 Solita

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Modules:
## Installation
Install with pip (define version):
```
pip install git+https://github.com/solita/[email protected].1
pip install git+https://github.com/solita/[email protected].2
```

Include in requirements.txt (define version):
```
git+https://github.com/solita/[email protected].1
git+https://github.com/solita/[email protected].2
```

## Usage
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 @@

setuptools.setup(
name='adenotifier',
version='0.2.1',
version='0.2.2',
author='Taha Gad, Henri Hemminki',
author_email='[email protected], [email protected]',
description='Python library for using ADE Notify API',
Expand Down

0 comments on commit aa26431

Please sign in to comment.