Skip to content

Commit

Permalink
Beta version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeakinTelnet committed Jul 3, 2022
1 parent 5c79fcd commit 5666d10
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ History
------------------

* First release on PyPI.

1.1.0 (2022-07-03)
------------------

* CI tests and deployment added
* Packaging build tested and beta ready
2 changes: 1 addition & 1 deletion blockscan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from blockscan.connection.sync_connection import SyncConnection
from blockscan.connection.async_connection import AsyncConnection

__version__ = "0.0.1"
__version__ = "1.1.0"

__all__ = ["__version__", "Blockscan", "SyncConnection", "AsyncConnection"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 1.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/SpeakinTelnet/blockscan-python',
version='0.0.1',
version='1.1.0',
zip_safe=False,
)

0 comments on commit 5666d10

Please sign in to comment.