Skip to content

Commit

Permalink
update classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherbjorn committed Mar 19, 2020
1 parent f812035 commit 798e23d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dkbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _schema: https://static.datakortet.no/schema/dkbuild.schema.yaml
package:
name: dk-tasklib
description: pyinvoke task library
version: 3.0.1
version: 3.0.2
created: 2015

build:
Expand Down
2 changes: 1 addition & 1 deletion dktasklib/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.1'
__version__ = '3.0.2'
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# built documents.
#
# The short X.Y version.
version = '3.0.1'
version = '3.0.2'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion package.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = 3.0.1
version = 3.0.2
version_fnames =
setup.py
docs/conf.py
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Topic :: Software Development :: Libraries
"""

version = '3.0.1'
version = '3.0.2'
DIRNAME = os.path.dirname(__file__)


Expand Down

0 comments on commit 798e23d

Please sign in to comment.